Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dstewen committed Dec 27, 2023
1 parent 23f77c2 commit a461bb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/apps/rook-ceph/rook-ceph/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ spec:
enabled: false
# Set when encryption/compression is enabled
cephFSKernelMountOptions: ms_mode=secure
# https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/1875#issuecomment-1858038261
# https://github.com/kubernetes-csi/external-provisioner/issues/1099
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.4.1
provisioner:
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.1
resizer:
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.1
monitoring:
enabled: true
logLevel: DEBUG

0 comments on commit a461bb8

Please sign in to comment.