mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
11 lines
233 B
YAML
11 lines
233 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./helmrelease.yaml
|
|
configMapGenerator:
|
|
- name: postgres-external-backup
|
|
files:
|
|
- ./00-webhook
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|