aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/components/cps-temporal/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/cps/components/cps-temporal/templates/deployment.yaml')
-rw-r--r--kubernetes/cps/components/cps-temporal/templates/deployment.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/cps/components/cps-temporal/templates/deployment.yaml b/kubernetes/cps/components/cps-temporal/templates/deployment.yaml
index 59900407ec..143740d191 100644
--- a/kubernetes/cps/components/cps-temporal/templates/deployment.yaml
+++ b/kubernetes/cps/components/cps-temporal/templates/deployment.yaml
@@ -114,6 +114,4 @@ spec:
medium: Memory
- name: init-temp
emptyDir: {}
- imagePullSecrets:
- - name: "{{ include "common.namespace" . }}-docker-registry-key"
-
+ {{- include "common.imagePullSecrets" . | nindent 6 }}