Skip to content

Commit

Permalink
put app deployment pod annotations back
Browse files Browse the repository at this point in the history
  • Loading branch information
camattin committed Sep 20, 2023
1 parent cc265a0 commit 434e722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/rasa-x/templates/app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
{{- if .Values.app.podLabels }}
{{ toYaml .Values.app.podLabels | indent 8 }}
{{- end }}
{{- if .Values.app.podAnnotations }}
annotations:
{{- toYaml .Values.app.podAnnotations | nindent 8 }}
{{- end }}
spec:
automountServiceAccountToken: {{ .Values.app.automountServiceAccountToken }}
{{ include "rasa-x.spec" . }}
Expand Down

0 comments on commit 434e722

Please sign in to comment.