apps/s3-csi/kustomization.yaml
Peter Kurfer 30974b2f38
All checks were successful
Renovate / renovate (push) Successful in 31s
feat: deploy vaultwarden and s3-csi
2023-11-21 22:32:09 +01:00

15 lines
No EOL
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