[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / helm / starters / onap-app / templates / deployment.yaml
index 2fe95c0..2e47ba6 100644 (file)
@@ -99,5 +99,4 @@ spec:
 #            items:
 #            - key: application.properties
 #              path: application.properties
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}