Explorar o código

Fix Azure Container Registry Generator invalid YAML (#3414)

Signed-off-by: Parth Patel <p.patel81@yahoo.com>
Parth Patel %!s(int64=2) %!d(string=hai) anos
pai
achega
f893a246e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/snippets/generator-acr-example.yaml

+ 1 - 1
docs/snippets/generator-acr-example.yaml

@@ -22,7 +22,7 @@ spec:
             "auths": {
               "myregistry.azurecr.io": {
                 "username": "{{ .username }}",
-                "identitytoken": "{{ .password }}",
+                "identitytoken": "{{ .password }}"
               }
             }
           }