Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed Feb 5, 2024
1 parent b6a4342 commit 209e0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions charts/elastic-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ elasticsearch:
filebeat:
enabled: true
daemonset:
extraEnvs:
- name: STAGE
value: "REPLACE_ME"
secretMounts: []
extraVolumes:
- name: varlibcontainerdcontainerlogs
Expand Down Expand Up @@ -106,7 +103,7 @@ filebeat:
overwrite_keys: true
- add_labels:
labels:
stage: ${STAGE}
stage: {{.Values.projectValues.stage}}
- drop_event:
when:
or:
Expand Down
1 change: 1 addition & 0 deletions charts/kyverno/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ kyverno:
enabled: true
grafana:
enabled: true
namespace: monitoring
installCRDs: true
existingImagePullSecrets: []
extraArgs:
Expand Down

0 comments on commit 209e0c5

Please sign in to comment.