Skip to content

Commit

Permalink
Add pod annotations for piped helm (#5034)
Browse files Browse the repository at this point in the history
Signed-off-by: tetsuya28 <[email protected]>
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
tetsuya28 authored and khanhtc1202 committed Jul 12, 2024
1 parent 4096b70 commit 574bca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/piped/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
{{- if .Values.args.forceRestart }}
rollme: {{ randAlphaNum 5 | quote }}
{{- end }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ include "piped.serviceAccountName" . }}
containers:
Expand Down
2 changes: 2 additions & 0 deletions manifests/piped/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ priorityClassName: {}

podLabels: {}

podAnnotations: {}

# Specifies how much of each resource the Piped container needs.
resources: {}

Expand Down

0 comments on commit 574bca9

Please sign in to comment.