Skip to content

Commit

Permalink
Merge pull request #1478 from stephaniemanning/fix/support-multiple-l…
Browse files Browse the repository at this point in the history
…inux-crds-annotations

fix: support more than one linux.crds.annotations entry
  • Loading branch information
k8s-ci-robot authored Mar 22, 2024
2 parents c7fa95e + d84a7a1 commit 57b289b
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 @@ -94,7 +94,7 @@ spec:
name: {{ template "sscd.fullname" . }}-upgrade-crds
{{- if .Values.linux.crds.annotations }}
annotations:
{{ toYaml .Values.linux.crds.annotations }}
{{- toYaml .Values.linux.crds.annotations | nindent 8 }}
{{- end }}
{{- if .Values.linux.crds.podLabels }}
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
name: {{ template "sscd.fullname" . }}-keep-crds
{{- if .Values.linux.crds.annotations }}
annotations:
{{ toYaml .Values.linux.crds.annotations}}
{{- toYaml .Values.linux.crds.annotations | nindent 8 }}
{{- end }}
{{- if .Values.linux.crds.podLabels }}
labels:
Expand Down

0 comments on commit 57b289b

Please sign in to comment.