Files
auricom-home-cluster/kubernetes/apps/default/pushover-notifier/app/github-releases/kustomization.yaml
auricom edee536819 ♻️ schemas
2023-08-26 12:21:10 +02:00

15 lines
443 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ./helmrelease.yaml
configMapGenerator:
- name: pushover-notifier-github-releases-configmap
files:
- ./config/config.yaml
- ./config/script.py
generatorOptions:
disableNameSuffixHash: true