Skip to content

Commit

Permalink
Fix Logstash Helm chart (#7958)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbay committed Jul 25, 2024
1 parent 2af668f commit 138870e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ tests:
- it: should render pipelinesRef properly
set:
pipelinesRef:
secretRef:
secretName: pipelineLogstashSecretName
secretName: pipelineLogstashSecretName
asserts:
- equal:
path: spec.pipelinesRef.secretRef.secretName
path: spec.pipelinesRef.secretName
value: pipelineLogstashSecretName
5 changes: 4 additions & 1 deletion deploy/eck-stack/charts/eck-logstash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ count: 1
config: {}

configRef: {}
# secretRef:

# Reference a pipeline configuration in a Secret.
# ref: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-logstash-configuration.html#k8s-logstash-pipelines
#pipelinesRef:
# secretName: ''

# Set podTemplate to customize the pod used by Logstash
Expand Down

0 comments on commit 138870e

Please sign in to comment.