Skip to content

Commit

Permalink
Fix additional annotation being rendered in the same line with a stat…
Browse files Browse the repository at this point in the history
…ic annotation
  • Loading branch information
RomanBats authored Jan 4, 2023
1 parent 839a0be commit c5012df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keda/templates/02-crd-clustertriggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
{{- if .Values.additionalAnnotations }}
{{- toYaml .Values.additionalAnnotations | indent 4 }}
{{- toYaml .Values.additionalAnnotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
Expand Down
2 changes: 1 addition & 1 deletion keda/templates/03-crd-scaledjobs.keda.sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
{{- if .Values.additionalAnnotations }}
{{- toYaml .Values.additionalAnnotations | indent 4 }}
{{- toYaml .Values.additionalAnnotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
Expand Down
2 changes: 1 addition & 1 deletion keda/templates/04-crd-scaledobjects.keda.sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
{{- if .Values.additionalAnnotations }}
{{- toYaml .Values.additionalAnnotations | indent 4 }}
{{- toYaml .Values.additionalAnnotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
Expand Down
2 changes: 1 addition & 1 deletion keda/templates/05-crd-triggerauthentications.keda.sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
{{- if .Values.additionalAnnotations }}
{{- toYaml .Values.additionalAnnotations | indent 4 }}
{{- toYaml .Values.additionalAnnotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
Expand Down

0 comments on commit c5012df

Please sign in to comment.