1
0
Fork 0
home-stack-kustomize/kustomize/bases/longhorn/kustomization.yaml

30 lines
637 B
YAML

resources:
- longhorn-namespace.yaml
- longhorn-helmchart.yaml
- longhorn-recurringjob.yaml
- longhorn-externalsecret.yaml
namePrefix: longhorn-
commonLabels:
app.kubernetes.io/name: longhorn
configMapGenerator:
- name: kustomize-generated-config
literals:
- LONGHORN_EXTERNAL_HOST=longhorn.badjware.dev
replacements:
- source:
kind: ConfigMap
name: kustomize-generated-config
fieldPath: data.LONGHORN_EXTERNAL_HOST
targets:
- select:
kind: HelmChart
name: chart
fieldPaths:
- spec.set.[ingress.host]
options:
create: true