Skip to content

Commit cb18d81

Browse files
simplify config
1 parent e274d50 commit cb18d81

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/vector/daemonset.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ spec:
9090
terminationGracePeriodSeconds: 60
9191
volumes:
9292
- name: "vector-config"
93-
projected:
94-
sources:
95-
- configMap:
96-
name: "vector"
93+
configMap:
94+
name: "vector"
9795
- name: data
9896
hostPath:
9997
path: "/var/lib/vector"

apps/vector/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ resources:
77
- sa.yaml
88
configMapGenerator:
99
- name: vector-config
10+
behavior: create
1011
files:
1112
- agent.yaml

0 commit comments

Comments
 (0)