mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-25 10:32:13 +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 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>'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user