[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / policy / components / policy-gui / templates / deployment.yaml
index ba90086..ff1ae94 100644 (file)
@@ -124,5 +124,4 @@ spec:
         - name: policy-gui-config-processed
           emptyDir:
             medium: Memory
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}