We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e274d50 commit cb18d81Copy full SHA for cb18d81
apps/vector/daemonset.yaml
@@ -90,10 +90,8 @@ spec:
90
terminationGracePeriodSeconds: 60
91
volumes:
92
- name: "vector-config"
93
- projected:
94
- sources:
95
- - configMap:
96
- name: "vector"
+ configMap:
+ name: "vector"
97
- name: data
98
hostPath:
99
path: "/var/lib/vector"
apps/vector/kustomization.yaml
@@ -7,5 +7,6 @@ resources:
7
- sa.yaml
8
configMapGenerator:
9
- name: vector-config
10
+ behavior: create
11
files:
12
- agent.yaml
0 commit comments