♻️ move backups manifests in their owns folders

This commit is contained in:
auricom
2022-12-29 22:46:50 +01:00
parent 9e0e346ace
commit 5dd6081bbd
135 changed files with 265 additions and 68 deletions

View File

@@ -0,0 +1,13 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ./external-backup.yaml
configMapGenerator:
- name: postgres-external-backup
files:
- ./00-webhook
generatorOptions:
disableNameSuffixHash: true