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

18 lines
468 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
- ./config/github-pushover-notifier.py
generatorOptions:
disableNameSuffixHash: true