Files
auricom-home-cluster/kubernetes/apps/default/music-transcode/app/kustomization.yaml
auricom edee536819 ♻️ schemas
2023-08-26 12:21:10 +02:00

17 lines
509 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ./helm-release.yaml
configMapGenerator:
- name: music-transcode-configmap
files:
- ./scripts/transcode.sh
- ./scripts/transcode_exclude.cfg
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled