Files
auricom-home-cluster/kubernetes/cluster-0/apps/web-tools/sharry/kustomization.yaml
auricom 0259ffe463 ♻️ kustomization
2022-12-02 00:45:58 +01:00

15 lines
298 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