Skip to content

Commit

Permalink
Add pod annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomrfranco committed Aug 13, 2024
1 parent 8e26c89 commit 009b97d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
{{- if .Values.podAnnotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.podAnnotations "context" $) | nindent 8 }}
{{- end }}
{{- if and .Values.metrics.enabled .Values.metrics.podAnnotations }}
{{- include "common.tplvalues.render" (dict "value" .Values.metrics.podAnnotations "context" $) | nindent 8 }}
{{- end }}
spec:
{{- include "cyral.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ template "cyral.serviceAccountName" . }}
Expand Down

0 comments on commit 009b97d

Please sign in to comment.