The longhorn-nvme StorageClass was defined but never included in the Longhorn kustomization, so it was never deployed. Add it and revert Gitea manifests back to longhorn-nvme as intended.
8 lines
161 B
YAML
8 lines
161 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- application.yaml
|
|
- namespace.yaml
|
|
- storageclass.yaml
|
|
- servicemonitor.yaml
|