Skip to content

Commit

Permalink
fix for service template (#1126)
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <[email protected]>
Co-authored-by: gaurav-splunk <[email protected]>
  • Loading branch information
vivekr-splunk and gaurav-splunk authored May 22, 2023
1 parent 64c45a1 commit 2888d33
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ entries:
splunk-enterprise:
- apiVersion: v2
appVersion: 2.2.1
created: "2023-03-09T22:07:18.801029672Z"
created: "2023-03-24T09:53:40.701056-07:00"
dependencies:
- condition: splunk-operator.enabled
name: splunk-operator
repository: file://splunk-operator/helm-chart/splunk-operator
version: 2.2.1
description: A Helm chart for Splunk Enterprise managed by the Splunk Operator
digest: 92255e644355cf02d7a16411f3ce753585d53646f11c6116e30aeb7bbd634135
digest: 97681d3e1f28659abefdfb72cc0aad2c6855bb4851d747970813f292c609dbe1
name: splunk-enterprise
type: application
urls:
Expand All @@ -19,12 +19,12 @@ entries:
splunk-operator:
- apiVersion: v2
appVersion: 2.2.1
created: "2023-03-09T22:07:18.818008553Z"
created: "2023-03-24T09:53:40.717594-07:00"
description: A Helm chart for the Splunk Operator for Kubernetes
digest: 8868b9ae2ebde0c667b13c97d71d904a31b5a9f2c803b199bc77324f1727e1fd
digest: b9c89a34037bf14db8938b8b56269486975b72821137420e1162387b1ae2404f
name: splunk-operator
type: application
urls:
- https://splunk.github.io/splunk-operator/splunk-operator-2.2.1.tgz
version: 2.2.1
generated: "2023-03-09T22:07:18.783544682Z"
generated: "2023-03-24T09:53:40.681796-07:00"
Binary file modified docs/splunk-enterprise-2.2.1.tgz
Binary file not shown.
Binary file modified docs/splunk-operator-2.2.1.tgz
Binary file not shown.
Binary file modified helm-chart/splunk-enterprise/charts/splunk-operator-2.2.1.tgz
Binary file not shown.
20 changes: 10 additions & 10 deletions helm-chart/splunk-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ clusterManager:
serviceAccount: ""

# ServiceTemplate is a template used to create Kubernetes services
serviceTemplate: []
serviceTemplate: {}

# Specify Splunk instance pod tolerations
# reference: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
Expand Down Expand Up @@ -332,7 +332,7 @@ indexerCluster:
serviceAccount: ""

# ServiceTemplate is a template used to create Kubernetes services
serviceTemplate: []
serviceTemplate: {}

tolerations: []

Expand Down Expand Up @@ -443,7 +443,7 @@ searchHeadCluster:
serviceAccount: ""

# ServiceTemplate is a template used to create Kubernetes services
serviceTemplate: []
serviceTemplate: {}

tolerations: []

Expand Down Expand Up @@ -489,7 +489,7 @@ monitoringConsole:
# endpoint:
# region:
# secretRef:

volumes: []

licenseUrl: ""
Expand All @@ -501,8 +501,8 @@ monitoringConsole:
defaultsUrlApps: ""

extraEnv: []
# - name:
# value:
# - name:
# value:

livenessInitialDelaySeconds: 300

Expand Down Expand Up @@ -542,12 +542,12 @@ monitoringConsole:
# cpu: "4"
# limits:
# memory: "12Gi"
# cpu: "24"
# cpu: "24"

serviceAccount: ""

# ServiceTemplate is a template used to create Kubernetes services
serviceTemplate: []
serviceTemplate: {}

tolerations: []

Expand Down Expand Up @@ -662,7 +662,7 @@ licenseManager:
serviceAccount: ""

# ServiceTemplate is a template used to create Kubernetes services
serviceTemplate: []
serviceTemplate: {}

tolerations: []

Expand Down Expand Up @@ -780,7 +780,7 @@ standalone:
serviceAccount: ""

# ServiceTemplate is a template used to create Kubernetes services
serviceTemplate: []
serviceTemplate: {}

tolerations: []

Expand Down

0 comments on commit 2888d33

Please sign in to comment.