k8s-manifests/rds/base/kustomization.yaml

15 lines
313 B
YAML
Raw Normal View History

2023-03-31 05:53:00 +00:00
resources:
2023-05-03 14:48:15 +00:00
- describo-ingress.yml
- doris-deployment.yml
- rds-ingress.yml
- sunet-service.yml
2023-05-03 09:19:45 +00:00
2023-05-03 14:48:15 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
2023-05-03 14:51:57 +00:00
helmChartInflationGenerator:
- chartHome: ./charts/
chartName: all
2023-05-03 14:48:15 +00:00
releaseName: sciebords
2023-05-03 14:51:57 +00:00
releaseNamespace: helmrds
values: ./values/values.yaml