From c05dec810dbd090855dc5b2b54dcfa5320296279 Mon Sep 17 00:00:00 2001 From: Jesse Goodier <31039225+jessegoodier@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:40:20 -0500 Subject: [PATCH] Update cost-analyzer/templates/cost-analyzer-deployment-template.yaml --- cost-analyzer/templates/cost-analyzer-deployment-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cost-analyzer/templates/cost-analyzer-deployment-template.yaml b/cost-analyzer/templates/cost-analyzer-deployment-template.yaml index ec7cd207d..ed1af13c8 100644 --- a/cost-analyzer/templates/cost-analyzer-deployment-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-deployment-template.yaml @@ -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 }}