diff options
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml index a13b9f712f..5786fcfabd 100644 --- a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml @@ -112,5 +112,4 @@ spec: - name: ac-pf-ppnt-config-processed emptyDir: medium: Memory - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + {{- include "common.imagePullSecrets" . | nindent 6 }} |