EUGENIO SOUZA CARVALHO 3 years ago
parent
commit
55f6f22bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/deployment.yaml

+ 1 - 1
templates/deployment.yaml

@@ -23,8 +23,8 @@ spec:
     spec:
       containers:
         - name: {{ .Chart.Name }}
-          image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
           imagePullPolicy: {{ .Values.image.pullPolicy }}
+          image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
           ports:
             - containerPort: 8000
           readinessProbe: