Browse Source

Fix Azure Container Registry Generator invalid YAML (#3414)

Signed-off-by: Parth Patel <p.patel81@yahoo.com>
Parth Patel 2 năm trước cách đây
mục cha
commit
f893a246e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }}"
               }
             }
           }