Skip to content

Commit

Permalink
Merge branch 'dev' into feat/import
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev authored Nov 7, 2024
2 parents 375d5d9 + 3147737 commit 83cf0bc
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 @@ -318,6 +318,9 @@ cluster:
# postInitApplicationSQL: []
# postInitTemplateSQL: []

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

additionalLabels: {}
annotations: {}

Expand Down

0 comments on commit 83cf0bc

Please sign in to comment.