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

30 lines
637 B
YAML
Raw Permalink Normal View History

2021-08-26 16:42:41 +00:00
resources:
2022-07-21 02:51:40 +00:00
- longhorn-namespace.yaml
2021-12-18 06:23:55 +00:00
- longhorn-helmchart.yaml
- longhorn-recurringjob.yaml
- longhorn-externalsecret.yaml
2021-08-28 20:32:06 +00:00
namePrefix: longhorn-
2023-02-05 03:11:39 +00:00
commonLabels:
app.kubernetes.io/name: longhorn
configMapGenerator:
- name: kustomize-generated-config
literals:
2024-08-08 02:02:10 +00:00
- 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