Skip to content

Commit

Permalink
Exposed serviceAccountTemplate for IRSA support (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev authored Nov 6, 2024
1 parent d103e8b commit 3147737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/paradedb/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ spec:
{{- toYaml . | nindent 6 }}
{{ end }}

# -- Configure the generation of the service account
serviceAccountTemplate: {}

monitoring:
enablePodMonitor: {{ and .Values.cluster.monitoring.enabled .Values.cluster.monitoring.podMonitor.enabled }}
disableDefaultQueries: {{ .Values.cluster.monitoring.disableDefaultQueries }}
Expand Down
3 changes: 3 additions & 0 deletions charts/paradedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ cluster:
# postInitApplicationSQL: []
# postInitTemplateSQL: []

# -- Configure the generation of the service account
serviceAccountTemplate: {}

additionalLabels: {}
annotations: {}

Expand Down

0 comments on commit 3147737

Please sign in to comment.