[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / policy / components / policy-clamp-runtime-acm / templates / deployment.yaml
index 67a7022..be8c35a 100644 (file)
@@ -129,5 +129,4 @@ spec:
         - name: ac-runtime-config-processed
           emptyDir:
             medium: Memory
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}