Skip to content

Commit 2a29a09

Browse files
committed
CSPL-3775 Fix failing helm tests
1 parent c4fd715 commit 2a29a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-chart/splunk-enterprise/templates/enterprise_v4_ingestorcluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.ingestorCluster.enabled }}
1+
{{- if and .Values.ingestorCluster .Values.ingestorCluster.enabled }}
22
apiVersion: enterprise.splunk.com/v4
33
kind: IngestorCluster
44
metadata:

0 commit comments

Comments
 (0)