Skip to content

Commit

Permalink
Add annotation to deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Richard authored Dec 15, 2023
1 parent ffd5437 commit 156c81c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/charts/service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: {{ printf "%s-%s" $rootValues.appName $processName }}
annotations:
appTag: {{ default "latest" $rootValues.appTag }}
newAnnotation: test
spec:
replicas: {{ default 1 $process.replicas }}
selector:
Expand All @@ -25,4 +26,4 @@ spec:
memory: {{ default "32Mi" $process.memory }}
cpu: {{ default "10m" $process.cpu }}
---
{{- end }}
{{- end }}

0 comments on commit 156c81c

Please sign in to comment.