Browse Source

Fix Azure Container Registry Generator invalid YAML (#3414)

Signed-off-by: Parth Patel <p.patel81@yahoo.com>
Signed-off-by: Bill Hamilton <bill.hamilton@delinea.com>
Parth Patel 2 năm trước cách đây
mục cha
commit
9e08ce4222

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

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