mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
15 lines
317 B
YAML
15 lines
317 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- volume.yaml
|
|
- helm-release.yaml
|
|
namespace: default
|
|
configMapGenerator:
|
|
- name: frigate
|
|
files:
|
|
- config.yaml
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
annotations:
|
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|