15 lines
333 B
YAML
15 lines
333 B
YAML
|
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
|