Browse Source

Fix Azure Container Registry Generator invalid YAML (#3414)

Signed-off-by: Parth Patel <p.patel81@yahoo.com>
Parth Patel 2 years ago
parent
commit
f893a246e7
1 changed files with 1 additions and 1 deletions
  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 }}"
               }
             }
           }