Skip to content

Commit

Permalink
Merge pull request #1417 from splunk/feature/CSPL-3253
Browse files Browse the repository at this point in the history
feat: [CSPL-3253]: Change default storageClassName value in PVC
  • Loading branch information
akondur authored Dec 20, 2024
2 parents 1696ce3 + 987c4cf commit 8306aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/splunk-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ splunkOperator:

# Set storageClassName for the PersistentVolumeClaim
persistentVolumeClaim:
storageClassName: "default"
storageClassName: ""

# Specify volumes for Splunk Operator pod, append additional volumes to list
# reference: https://kubernetes.io/docs/concepts/storage/volumes/
Expand Down

0 comments on commit 8306aea

Please sign in to comment.