9 lines
366 B
YAML
9 lines
366 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: longhorn-system
|
|
resources:
|
|
- longhorn-wffc-storageclass.yaml
|
|
# Longhorn deployed via Helm chart (values in parent layer). The WFFC
|
|
# StorageClass above is the new default; the chart's Immediate `longhorn` SC is
|
|
# demoted (default-class annotation removed on the live object at bootstrap).
|