Skip to content

Commit

Permalink
annotations test upper
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
  • Loading branch information
mathieu-benoit committed Dec 15, 2023
1 parent 6212510 commit 14c0f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/workload/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ spec:
{{- include "workload.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- if and .Values.workload .Values.workload.containers .Values.workload.containers.annotations }}
annotations:
{{- if and .Values.workload .Values.workload.containers .Values.workload.containers.annotations }}
{{- toYaml .Values.workload.containers.annotations | nindent 8 }}
{{- end }}
{{- end }}
labels:
{{- include "workload.selectorLabels" . | nindent 8 }}
{{- if and .Values.workload .Values.workload.containers .Values.workload.containers.labels }}
Expand Down

0 comments on commit 14c0f91

Please sign in to comment.