Skip to content

Commit 231abc1

Browse files
committed
chore(longhorn): missing .yaml in kustomzations for storage classes
1 parent 81b8ce4 commit 231abc1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

kubernetes/apps/storage/longhorn/ks.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ spec:
3232
sourceRef:
3333
kind: GitRepository
3434
name: home-kubernetes
35-
healthChecks:
36-
- apiVersion: helm.toolkit.fluxcd.io/v2beta1
37-
kind: HelmRelease
38-
name: longhorn
39-
namespace: storage
4035
interval: 30m
4136
retryInterval: 1m
4237
timeout: 3m

kubernetes/apps/storage/longhorn/storage-classes/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- ./longhorn-nvme
5+
- ./longhorn-nvme.yaml

0 commit comments

Comments
 (0)