2024-09-30 21:52:57 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
generators:
|
|
|
|
- ./secret-generator.yaml
|
2024-09-30 22:39:02 +02:00
|
|
|
resources:
|
|
|
|
- ./recurringjobs.yaml
|
|
|
|
- ./storageclass.yaml
|
2024-09-30 22:42:13 +02:00
|
|
|
- ./volumesnapshotclass.yaml
|
2024-10-03 14:31:58 +02:00
|
|
|
- ./namespace.yaml
|