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

18 lines
459 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: pushover-notifier-github-releases-configmap
files:
- ./config/config.yaml
- ./config/script.py
generatorOptions:
disableNameSuffixHash: true