Skip to content

Commit

Permalink
feat: add pod annotations to deployment manifest
Browse files Browse the repository at this point in the history
Signed-off-by: [email protected]
  • Loading branch information
abhinandanbaheti committed Dec 27, 2023
1 parent 2333253 commit 60759f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/capsule-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ metadata:
name: {{ include "capsule-proxy.fullname" . }}
labels:
{{- include "capsule-proxy.labels" . | nindent 4 }}
{{- if .Values.podAnnotations }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
spec:
strategy:
type: RollingUpdate
Expand Down

0 comments on commit 60759f7

Please sign in to comment.