Skip to content

Commit

Permalink
fix: support more than one linux.crds.annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniemanning committed Mar 22, 2024
1 parent c7fa95e commit d84a7a1
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 d84a7a1

Please sign in to comment.