Ajout wazuh
This commit is contained in:
16
wazuh-agent-kustom/kustomization.yaml
Normal file
16
wazuh-agent-kustom/kustomization.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ./resources/daemonset.yaml
|
||||
|
||||
secretGenerator:
|
||||
- name: wazuh-agent-secret
|
||||
literals:
|
||||
- A=A
|
||||
|
||||
configMapGenerator:
|
||||
- name: wazuh-agent-env
|
||||
literals:
|
||||
- A=A
|
||||
|
Reference in New Issue
Block a user