File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/gitops-runtime/templates/_components/gitops-operator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ extraVolumeMounts: []
8989affinity: { }
9090
9191debug:
92- enabled: false
92+ enabled: true
9393 image:
9494 registry: registry.k8s.io
9595 repository: pause
Original file line number Diff line number Diff line change 4646 {{- $imageContext := deepCopy .Values.debug.image }}
4747 {{- else }}
4848 {{- $imageContext := deepCopy .Values.image }}
49- {{- end }}
50- {{- if not (get $imageContext "tag") }}
51- {{- $_ := set $imageContext "tag" .Chart.AppVersion }}
49+ {{- if not (get $imageContext "tag") }}
50+ {{- $_ := set $imageContext "tag" .Chart.AppVersion }}
51+ {{- end }}
5252 {{- end }}
5353 image : {{ include "codefresh-gitops-runtime.image.name" (dict "image" $imageContext "context" .) }}
5454 env : {{- include "codefresh-gitops-runtime.env-vars" (dict "Values" $mergedValues "context" .) | nindent 8 }}
You can’t perform that action at this time.
0 commit comments