- data: CNPG cluster tuning, OpenBao values, OpenSearch deployment fixes, OpenSearch PVC, barman vault secret for S3 backup credentials - storage: SeaweedFS filer updates (s3.json via secret subPath), PVC for filer persistent storage - devtools: Gitea values (SSH service, custom theme), gitea-theme-cm ConfigMap - ory: add kratos-selfservice-urls.yaml for self-service flow URLs - media: LiveKit values updated (TURN config, STUN, resource limits) - vso: kustomization cleanup
17 lines
417 B
YAML
17 lines
417 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: vault-secrets-operator
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
helmCharts:
|
|
# helm repo add hashicorp https://helm.releases.hashicorp.com
|
|
- name: vault-secrets-operator
|
|
repo: https://helm.releases.hashicorp.com
|
|
version: "0.9.0"
|
|
releaseName: vault-secrets-operator
|
|
namespace: vault-secrets-operator
|
|
valuesFile: vso-values.yaml
|