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
# 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

View File

@ -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