Skip to content

Commit 4d3c90c

Browse files
committed
treefmt
1 parent 0fb89cc commit 4d3c90c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,15 @@
164164

165165
{
166166
destination = "/secrets/docker";
167-
data = ''{
168-
"auths": {
169-
"registry.ci.iog.io": {
170-
"auth": "{{with secret "kv/data/cicero/docker"}}{{with .Data.data}}{{print .user ":" .password | base64Encode}}{{end}}{{end}}"
167+
data = ''
168+
{
169+
"auths": {
170+
"registry.ci.iog.io": {
171+
"auth": "{{with secret "kv/data/cicero/docker"}}{{with .Data.data}}{{print .user ":" .password | base64Encode}}{{end}}{{end}}"
172+
}
171173
}
172174
}
173-
}'';
175+
'';
174176
}
175177

176178
{

0 commit comments

Comments
 (0)