🚀 github-pushover-notifier

This commit is contained in:
auricom
2023-03-16 00:06:09 +01:00
parent 2e7cf410fd
commit 287513c3ee
6 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
# 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
configMapGenerator:
- name: github-pushover-notifier-configmap
files:
- ./config/config.yaml
generatorOptions:
disableNameSuffixHash: true