splunk / splunk-connect-for-kubernetes

Helm charts associated with kubernetes plug-ins
Apache License 2.0
344 stars 270 forks source link

<b64enc>: wrong type for value while passing values to the template #834

Closed appusuwa closed 1 year ago

appusuwa commented 1 year ago

Error: template: splunk-kubernetes-logging/templates/secret.yaml:15:28: executing "splunk-kubernetes-logging/templates/secret.yaml" at : wrong type for value; expected string; got map[string]interface {} helm.go:84: [debug] template: splunk-kubernetes-logging/templates/secret.yaml:15:28: executing "splunk-kubernetes-logging/templates/secret.yaml" at : wrong type for value; expected string; got map[string]interface {}

Values FIle: SPLUNK_HOST: "Value" SPLUNK_HEC:"Value"

Using these in Template :

`splunk:

Configurations for HEC (HTTP Event Collector)

hec:

host is required and should be provided by user

host: { .Values.SPLUNK_HOST }
# port to HEC, optional, default 8088
port: 8088
# token is required and should be provided by user
token: { .Values.SPLUNK_HEC }

`

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.