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
|
2024-02-13 03:34:16 +00:00
|
|
|
version: "0.40.1"
|
2023-11-21 21:32:09 +00:00
|
|
|
valuesFile: config/values.csi-s3.yaml
|
|
|
|
|
|
|
|
generators:
|
|
|
|
- ./secret-generator.yaml
|