Standardize secret names

This commit is contained in:
Martin Šalata
2021-04-04 18:45:24 +02:00
parent c7708d06e5
commit 6c4db7d4d1
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ Of note is also a fact that the chart runs a lookup to the connected cluster to
kubectl create ns imagepullsecret-injector kubectl create ns imagepullsecret-injector
kubectl create secret -n imagepullsecret-injector \ kubectl create secret -n imagepullsecret-injector \
generic my-cool-secret-source \ generic acr-dockerconfigjson-source \
--from-literal=.dockerconfigjson='<your .dockerconfigjson configuration file>' --from-literal=.dockerconfigjson='<your .dockerconfigjson configuration file>'
``` ```

View File

@@ -12,10 +12,10 @@ certificateGeneratorImage:
imagepullsecretInjector: imagepullsecretInjector:
dockerconfigjsonRef: dockerconfigjsonRef:
secretName: my-cool-secret-source secretName: acr-dockerconfigjson-source
secretNamespace: "" secretNamespace: ""
targetSecretName: my-cool-secret targetSecretName: acr-dockerconfigjson
ignoreSecretCreationError: false ignoreSecretCreationError: false
allSaNames: false allSaNames: false
saNames: saNames: