diff --git a/deploy/cert-manager-webhook-ovh/templates/deployment.yaml b/deploy/cert-manager-webhook-ovh/templates/deployment.yaml index 4b6243d..8cb012b 100644 --- a/deploy/cert-manager-webhook-ovh/templates/deployment.yaml +++ b/deploy/cert-manager-webhook-ovh/templates/deployment.yaml @@ -19,6 +19,8 @@ spec: app: {{ include "cert-manager-webhook-ovh.name" . }} release: {{ .Release.Name }} spec: + imagePullSecrets: +{{ toYaml .Values.image.pullSecrets | indent 8 }} serviceAccountName: {{ include "cert-manager-webhook-ovh.fullname" . }} containers: - name: {{ .Chart.Name }} diff --git a/deploy/cert-manager-webhook-ovh/values.yaml b/deploy/cert-manager-webhook-ovh/values.yaml index 2b90f1e..242111a 100644 --- a/deploy/cert-manager-webhook-ovh/values.yaml +++ b/deploy/cert-manager-webhook-ovh/values.yaml @@ -16,6 +16,7 @@ image: repository: baarde/cert-manager-webhook-ovh # tag: latest pullPolicy: IfNotPresent + pullSecrets: [] nameOverride: "" fullnameOverride: ""