mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Add Velero configuration files and update production kustomization
This commit is contained in:
17
apps/prod/velero/kustomization.yaml
Normal file
17
apps/prod/velero/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: velero
|
||||
|
||||
resources:
|
||||
- ../../base/velero
|
||||
- secret.yaml
|
||||
- release.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: velero-prod-values
|
||||
namespace: velero
|
||||
files:
|
||||
- values.yaml
|
||||
|
||||
configurations:
|
||||
- kustomizeconfig.yaml
|
||||
Reference in New Issue
Block a user