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
|
2023-02-20 14:07:49 +00:00
|
|
|
- longhorn-externalsecret.yaml
|
2021-08-28 20:32:06 +00:00
|
|
|
|
2023-02-28 05:06:48 +00:00
|
|
|
namePrefix: longhorn-
|
|
|
|
|
2023-02-05 03:11:39 +00:00
|
|
|
commonLabels:
|
|
|
|
app.kubernetes.io/name: longhorn
|
2023-02-28 05:06:48 +00:00
|
|
|
|
|
|
|
configMapGenerator:
|
|
|
|
- name: kustomize-generated-config
|
|
|
|
literals:
|
|
|
|
- LONGHORN_EXTERNAL_HOST=longhorn.badjnet.home
|
|
|
|
|
|
|
|
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
|