mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
update kustomization options
This commit is contained in:
parent
4d9e1d813e
commit
da40c69d08
@ -5,11 +5,13 @@
|
||||
# License (version 2) as published by the FSF - Free Software
|
||||
# Foundation.
|
||||
|
||||
bases:
|
||||
- ../../wazuh
|
||||
patchesStrategicMerge:
|
||||
- storage-class.yaml
|
||||
- indexer-resources.yaml
|
||||
- dashboard-resources.yaml
|
||||
- wazuh-master-resources.yaml
|
||||
- wazuh-worker-resources.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../wazuh
|
||||
patches:
|
||||
- path: storage-class.yaml
|
||||
- path: indexer-resources.yaml
|
||||
- path: dashboard-resources.yaml
|
||||
- path: wazuh-master-resources.yaml
|
||||
- path: wazuh-worker-resources.yaml
|
||||
|
||||
@ -5,9 +5,11 @@
|
||||
# License (version 2) as published by the FSF - Free Software
|
||||
# Foundation.
|
||||
|
||||
bases:
|
||||
- ../../wazuh
|
||||
patchesStrategicMerge:
|
||||
- storage-class.yaml
|
||||
- indexer-resources.yaml
|
||||
- wazuh-resources.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../wazuh
|
||||
patches:
|
||||
- path: storage-class.yaml
|
||||
- path: indexer-resources.yaml
|
||||
- path: wazuh-resources.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user