Skip to content

Commit

Permalink
Added flag in the default value
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Singh <[email protected]>
  • Loading branch information
prateek041 authored and michi-covalent committed Jul 27, 2023
1 parent 72bb45f commit 7648d87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install/kubernetes/templates/_container_tetragon.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@
- name: {{ include "container.tetragon.name" . }}-operator
image: "{{ if .Values.tetragonOperator.image.override }}{{ .Values.tetragonOperator.image.override }}{{ else }}{{ .Values.tetragonOperator.image.repository }}{{ .Values.tetragonOperator.image.suffix }}:{{ .Values.tetragonOperator.image.tag }}{{ end }}"
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- "--skip-tetragon-pod-crd={{ .Values.tetragonOperator.skipTetragonPodCRD }}"
{{- end }}
{{- end -}}
3 changes: 2 additions & 1 deletion install/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ tetragonPod:
image:
override: ~
repository: quay.io/cilium/tetragon-operator
tag: v0.0.1
tag: v0.8.3
tetragonOperator:
# -- Enable the tetragon-operator component (required).
enabled: true
Expand All @@ -165,6 +165,7 @@ tetragonOperator:
tag: v0.10.0
# tetragon-operator image-digest
suffix: ""
skipTetragonPodCRD: false
export:
# "stdout". "" to disable.
mode: "stdout"
Expand Down

0 comments on commit 7648d87

Please sign in to comment.