mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-05-23 15:56:51 +02:00
Parametrize target secret name
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
||||
@@ -36,6 +36,8 @@ spec:
|
||||
value: {{ join "," .Values.imagepullsecretInjector.excludeNamespaces | quote }}
|
||||
- name: CONFIG_SERVICE_ACCOUNTS
|
||||
value: {{ join "," .Values.imagepullsecretInjector.saNames | quote }}
|
||||
- name: CONFIG_TARGET_IMAGE_PULL_SECRET_NAME
|
||||
value: {{ .Values.imagepullsecretInjector.targetSecretName | quote }}
|
||||
- name: CONFIG_SOURCE_IMAGE_PULL_SECRET_NAME
|
||||
value: {{ .Values.imagepullsecretInjector.dockerconfigjsonRef.secretName | quote }}
|
||||
- name: CONFIG_SOURCE_IMAGE_PULL_SECRET_NAMESPACE
|
||||
|
||||
@@ -15,6 +15,8 @@ imagepullsecretInjector:
|
||||
secretName: my-cool-secret-source
|
||||
secretNamespace: ""
|
||||
|
||||
targetSecretName: my-cool-secret
|
||||
|
||||
allSaNames: false
|
||||
saNames:
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user