Skip to content

Commit

Permalink
feat(base-cluster/tetragon): finally set images correct
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinWolff committed Aug 1, 2024
1 parent 9d56467 commit c0c3b04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/base-cluster/templates/tetragon/tetragon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ spec:
namespace: monitoring
{{- end }}
values:
{{- if .Values.global.imageRegistry }}
export:
{{- if .Values.global.imageRegistry }}
stdout:
image:
repository: {{ .Values.global.imageRegistry }}
{{- end }}
repository: {{ printf "%s/cilium/hubble-export-stdout" .Values.global.imageRegistry }}
{{- end }}
securityContext:
capabilities:
drop:
Expand All @@ -35,7 +35,7 @@ spec:
tetragon:
{{- if .Values.global.imageRegistry }}
image:
repository: {{ .Values.global.imageRegistry }}
repository: {{ printf "%s/cilium/tetragon" .Values.global.imageRegistry }}
{{- end }}
enableProcessCred: true
enableProcessNs: true
Expand Down

0 comments on commit c0c3b04

Please sign in to comment.