Skip to content

Commit

Permalink
feat: change namespace longhornç
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Feb 4, 2023
1 parent fa72f7c commit 9a817f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/longhorn/longhorn/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
namespace: longhorn
spec:
interval: 5m
chart:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/longhorn/longhorn/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
name: longhorn
namespace: longhorn-system
namespace: longhorn
interval: 30m
retryInterval: 1m
timeout: 5m
2 changes: 1 addition & 1 deletion kubernetes/apps/longhorn/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: longhorn-system
name: longhorn
labels:
goldilocks.fairwinds.com/enabled: "true"
kustomize.toolkit.fluxcd.io/prune: disabled

0 comments on commit 9a817f0

Please sign in to comment.