mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
13 lines
245 B
YAML
13 lines
245 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: immich
|
|
|
|
|
|
# additional resources like ingress rules, cluster and repository secrets.
|
|
resources:
|
|
- helm-immich.yaml
|
|
- immich-pvc.yaml
|
|
|
|
patches:
|
|
- path: immich.patch.yaml |