Skip to content

Commit

Permalink
Merge pull request #1613 from alexgenco/scylla-args-helm
Browse files Browse the repository at this point in the history
Support `scyllaArgs` in Helm chart
  • Loading branch information
scylla-operator-bot[bot] authored Nov 30, 2023
2 parents b6561d6 + ffde46c commit 5912e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/scylla/templates/scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ spec:
exposeOptions:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.scyllaArgs }}
scyllaArgs: {{ .Values.scyllaArgs }}
{{- end }}
{{- with .Values.externalSeeds }}
externalSeeds:
{{- toYaml . | nindent 4 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/scylla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ backups: []
# Scylla Manager Repair task definition
repairs: []

# scyllaArgs will be appended to Scylla binary startup parameters.
scyllaArgs: ""

# ImagePullSecrets used for pulling Scylla and Agent images
imagePullSecrets: []

Expand Down

0 comments on commit 5912e39

Please sign in to comment.