Skip to content

Commit

Permalink
Apply KT's annotation in template fix to new files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Sep 26, 2024
1 parent 33e3071 commit 8235238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
metadata:
{{- with $.Values.podAnnotations }}
annotations:
{{- toYaml $ | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "rapid-analysis.selectorLabels" $ | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
metadata:
{{- with $.Values.podAnnotations }}
annotations:
{{- toYaml $ | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "rapid-analysis.selectorLabels" $ | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion services/rapid-analysis/templates/lsstcam-worker-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
metadata:
{{- with $.Values.podAnnotations }}
annotations:
{{- toYaml $ | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "rapid-analysis.selectorLabels" $ | nindent 8 }}
Expand Down

0 comments on commit 8235238

Please sign in to comment.