Skip to content

Commit

Permalink
Merge pull request #91 from kaasops/fix-helm
Browse files Browse the repository at this point in the history
update helm chart for optimizeKubeSourceConfig
  • Loading branch information
dkhachyan committed Mar 30, 2023
2 parents 8d310b9 + 101be87 commit 4c7c971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/charts/vector-operator/templates/vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: {{ .Values.vector.name }}
namespace: {{ .Release.Namespace }}
spec:
optimizeKubeSourceConfig: {{ .Values.vector.optimizeKubeSourceConfig}}
{{- with .Values.vector.agent }}
agent:
{{ toYaml . | indent 4 }}
Expand Down
1 change: 1 addition & 0 deletions helm/charts/vector-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ args:
vector:
enable: false
name: "vector"
optimizeKubeSourceConfig: false
# agent:
# image: timberio/vector:0.24.0-distroless-libc
# env:
Expand Down

0 comments on commit 4c7c971

Please sign in to comment.