Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 10, 2023
1 parent fab4b98 commit 5b50889
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kubernetes/apps/rook-ceph/rook-ceph/cluster/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: rook-ceph-cluster
name: rook-ceph
namespace: rook-ceph
spec:
interval: 15m
Expand All @@ -19,8 +19,6 @@ spec:
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
Expand Down Expand Up @@ -81,7 +79,7 @@ spec:
dataSource: zero
# iteration: 1
# If set to true, cephCluster deletion does not wait for the PVs to be deleted.
allowUninstallWithVolumes: false
allowUninstallWithVolumes: true
# placement:
# all:
# nodeAffinity:
Expand Down

0 comments on commit 5b50889

Please sign in to comment.