[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / dcaegen2-services / components / dcae-ms-healthcheck / templates / deployment.yaml
index 7963b76..f6d1794 100644 (file)
@@ -64,5 +64,4 @@ spec:
         - name: {{ include "common.fullname" . }}-expected-components
           configMap:
             name: {{ include "common.release" . }}-dcae-expected-microservices
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}