splunk / splunk-operator

Splunk Operator for Kubernetes
Other
210 stars 115 forks source link

Splunk Operator: examples hwf.yaml and hwf_azure_blob.yaml have incorrect indentation for replicas parameter #1221

Closed firebus closed 1 year ago

firebus commented 1 year ago

Please select the type of request

Bug

Tell us more

In hwf.yaml for example:

spec:
  clusterManagerRef:
    name: cm-example
  licenseManagerRef:
    name: lm-example
    replicas: 1
  appRepo:

However replicas is a child of spec, not a child of licenseManagerRef, so it is indented one level too deep.

vivekr-splunk commented 1 year ago

@firebus thanks for fixing the issues. we will merge these changes soon to develop branch.