Skip to content

Commit

Permalink
helm: whitespace fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt committed Jul 24, 2024
1 parent b34f4f3 commit 91170b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image: "{{ if .Values.rthooks.image.override }}{{ .Values.rthooks.image.override }}{{ else }}{{ .Values.rthooks.image.repository }}:{{ .Values.rthooks.image.tag }}{{ end }}"
terminationMessagePolicy: FallbackToLogsOnError
imagePullPolicy: {{ .Values.imagePullPolicy }}
command:
command:
- tetragon-oci-hook-setup
- install
- --interface={{ include "rthooksInterface" . | required "rtooks.interface needs to be correctly defined" }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
labels:
{{- include "tetragon-rthooks.labels" . | nindent 4 }}
{{- with .Values.rthooks.extraLabels }}
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 91170b2

Please sign in to comment.