Skip to content

Commit

Permalink
Set imagePullPolicy the same as api-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Sep 12, 2024
1 parent e596602 commit 123091e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/akto-setup/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ spec:
value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.runtime.zoo1.image.repository }}:{{ .Values.runtime.zoo1.image.tag
| default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.runtime.aktoApiSecurityRuntime.imagePullPolicy }}
name: zoo1
ports:
- containerPort: 2181
Expand Down Expand Up @@ -282,6 +283,7 @@ spec:
value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.runtime.kafka1.image.repository }}:{{ .Values.runtime.kafka1.image.tag
| default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.runtime.aktoApiSecurityRuntime.imagePullPolicy }}
name: kafka1
ports:
- containerPort: 9092
Expand Down Expand Up @@ -362,4 +364,4 @@ spec:
- containerPort: 9300
resources: {{- toYaml .Values.keel.keel.resources | nindent 10 }}
serviceAccountName: {{ include "akto.fullname" . }}-keel
{{ end }}
{{ end }}

0 comments on commit 123091e

Please sign in to comment.