18 lines
481 B
YAML
18 lines
481 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: longhorn-system
|
|
resources:
|
|
- https://github.com/longhorn/longhorn/releases/download/v1.6.2/longhorn.yaml
|
|
# - secrets.yaml
|
|
- backup.yaml
|
|
- ingress.yaml
|
|
- servicemonitor.yaml
|
|
patches:
|
|
- path: config-patches.yaml
|
|
target:
|
|
kind: ConfigMap
|
|
name: longhorn-default-setting
|
|
- path: longhorn-storageclass-patches.yaml
|
|
target:
|
|
kind: ConfigMap
|
|
name: longhorn-storageclass
|