apps/s3-csi/kustomization.yaml

15 lines
333 B
YAML
Raw Normal View History

2023-11-21 21:32:09 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
helmCharts:
- name: csi-s3
repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/
releaseName: csi-s3
namespace: kube-system
version: "0.38.3"
valuesFile: config/values.csi-s3.yaml
generators:
- ./secret-generator.yaml