Skip to content

Commit

Permalink
Update cost-analyzer/templates/cost-analyzer-deployment-template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegoodier authored Dec 6, 2024
1 parent ab69482 commit c05dec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ spec:
{{- if .Values.kubecostModel.updateCaTrust.enabled }}
- name: "update-ca-trust"
image: {{ include "cost-model.image" . | trim | quote}}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
{{- with .Values.kubecostModel.updateCaTrust.securityContext }}
securityContext: {{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit c05dec8

Please sign in to comment.