mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
13 lines
290 B
YAML
13 lines
290 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: openebs
|
|
resources:
|
|
- M6-openebs-components.yaml
|
|
- sync.yaml
|
|
configMapGenerator:
|
|
- name: openebs-values
|
|
files:
|
|
- values.yaml=M6-openebs-values.yaml
|
|
configurations:
|
|
- M6-openebs-kustomizeconfig.yaml
|