mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-01-15 16:23:45 +01:00
Standardize secret names
This commit is contained in:
@@ -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 secret -n imagepullsecret-injector \
|
||||
generic my-cool-secret-source \
|
||||
generic acr-dockerconfigjson-source \
|
||||
--from-literal=.dockerconfigjson='<your .dockerconfigjson configuration file>'
|
||||
```
|
||||
|
||||
|
||||
@@ -12,10 +12,10 @@ certificateGeneratorImage:
|
||||
|
||||
imagepullsecretInjector:
|
||||
dockerconfigjsonRef:
|
||||
secretName: my-cool-secret-source
|
||||
secretName: acr-dockerconfigjson-source
|
||||
secretNamespace: ""
|
||||
|
||||
targetSecretName: my-cool-secret
|
||||
targetSecretName: acr-dockerconfigjson
|
||||
ignoreSecretCreationError: false
|
||||
allSaNames: false
|
||||
saNames:
|
||||
|
||||
Reference in New Issue
Block a user