Files
auricom-home-cluster/kubernetes/apps/default/github-pushover-notifier/app/kustomization.yaml
2023-03-16 02:38:47 +01:00

17 lines
423 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ./helmrelease.yaml
- ./secret.sops.yaml
patchesStrategicMerge:
- ./patches/postgres.yaml
configMapGenerator:
- name: github-pushover-notifier-configmap
files:
- ./config/config.yaml
generatorOptions:
disableNameSuffixHash: true