Skip to content

Commit

Permalink
Use serviceAccountTemplate from values
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsakalu committed Nov 21, 2024
1 parent 2eb4b64 commit 1e1a979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/paradedb/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ spec:
{{ end }}

# -- Configure the generation of the service account
serviceAccountTemplate: {}
{{- with .Values.cluster.serviceAccountTemplate }}
serviceAccountTemplate:
{{- toYaml . | nindent 4 }}
{{- end }}

monitoring:
enablePodMonitor: {{ and .Values.cluster.monitoring.enabled .Values.cluster.monitoring.podMonitor.enabled }}
Expand Down

0 comments on commit 1e1a979

Please sign in to comment.