update kustomization options

This commit is contained in:
vcerenu 2023-06-02 13:04:55 -03:00
parent 4d9e1d813e
commit da40c69d08
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A
2 changed files with 18 additions and 14 deletions

View File

@ -5,11 +5,13 @@
# License (version 2) as published by the FSF - Free Software # License (version 2) as published by the FSF - Free Software
# Foundation. # Foundation.
bases: apiVersion: kustomize.config.k8s.io/v1beta1
- ../../wazuh kind: Kustomization
patchesStrategicMerge: resources:
- storage-class.yaml - ../../wazuh
- indexer-resources.yaml patches:
- dashboard-resources.yaml - path: storage-class.yaml
- wazuh-master-resources.yaml - path: indexer-resources.yaml
- wazuh-worker-resources.yaml - path: dashboard-resources.yaml
- path: wazuh-master-resources.yaml
- path: wazuh-worker-resources.yaml

View File

@ -5,9 +5,11 @@
# License (version 2) as published by the FSF - Free Software # License (version 2) as published by the FSF - Free Software
# Foundation. # Foundation.
bases: apiVersion: kustomize.config.k8s.io/v1beta1
- ../../wazuh kind: Kustomization
patchesStrategicMerge: resources:
- storage-class.yaml - ../../wazuh
- indexer-resources.yaml patches:
- wazuh-resources.yaml - path: storage-class.yaml
- path: indexer-resources.yaml
- path: wazuh-resources.yaml