aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/platform/components/chartmuseum/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/platform/components/chartmuseum/templates/deployment.yaml')
-rw-r--r--kubernetes/platform/components/chartmuseum/templates/deployment.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/platform/components/chartmuseum/templates/deployment.yaml b/kubernetes/platform/components/chartmuseum/templates/deployment.yaml
index cc07f27bb1..3956255fb2 100644
--- a/kubernetes/platform/components/chartmuseum/templates/deployment.yaml
+++ b/kubernetes/platform/components/chartmuseum/templates/deployment.yaml
@@ -79,5 +79,4 @@ spec:
emptyDir: {}
{{- end }}
- imagePullSecrets:
- - name: "{{ include "common.namespace" . }}-docker-registry-key" \ No newline at end of file
+ {{- include "common.imagePullSecrets" . | nindent 6 }}