Files
auricom-home-cluster/cluster/apps/web-tools/sharry/kustomization.yaml
auricom 6084695823 ♻️ sharry
2022-09-16 23:58:15 +02:00

15 lines
292 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- helm-release.yaml
patchesStrategicMerge:
- patches/postgres.yaml
configMapGenerator:
- name: sharry
files:
- config/sharry.conf
generatorOptions:
disableNameSuffixHash: true