mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
13 lines
278 B
YAML
13 lines
278 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- helm-release.yaml
|
|
patchesStrategicMerge:
|
|
- patches/postgres.yaml
|
|
configMapGenerator:
|
|
- name: invidious-server
|
|
files:
|
|
- config/config.yml
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|