feat: Separate config for production/testing

This commit is contained in:
2025-12-09 02:37:21 +01:00
parent 64a3c4f24f
commit fa52a3afa1
12 changed files with 66 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- helm-repository.yaml
- helm-release.yaml
configurations:
- name-reference.yaml
configMapGenerator:
- name: values-base
namespace: longhorn-system
files:
- values.yaml