Skip to content

Commit

Permalink
Merge branch 'ca-certs-config' of https://github.com/kubecost/cost-an…
Browse files Browse the repository at this point in the history
…alyzer-helm-chart into ca-certs-config
  • Loading branch information
mittal-ishaan committed Dec 6, 2024
2 parents 1b0fa76 + 56ba383 commit 331fdfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ spec:
runAsUser: 0
{{ end }}
{{- if .Values.kubecostModel.updateCaTrust.enabled }}
- name: "update-ca-trust"
- 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 331fdfd

Please sign in to comment.