theshire/kubernetes/apps/media/immich/app/kustomization.yaml

19 lines
502 B
YAML
Raw Normal View History

2024-03-28 16:14:47 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
2024-03-29 06:46:47 -05:00
- ../../../../templates/volsync
2024-03-28 16:14:47 -05:00
# - ./externalsecret.yaml
2024-03-29 06:46:47 -05:00
- ./helmrelease.yaml
2024-03-28 16:14:47 -05:00
- ./postgresCluster.yaml
# - ./pvc.yaml
configMapGenerator:
- name: immich-databse-init-sql
files:
- init.sql=./resources/init.sql
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled