forked from k-space/kube
		
	Fix rook chart
This commit is contained in:
		| @@ -31,9 +31,16 @@ helmCharts: | |||||||
|         # The name of the Kubernetes Secret below |         # The name of the Kubernetes Secret below | ||||||
|         secretName: rook-ceph-external-admin-secret |         secretName: rook-ceph-external-admin-secret | ||||||
|       dataDirHostPath: /var/lib/rook |       dataDirHostPath: /var/lib/rook | ||||||
|     cephBlockPools: {} |       crashCollector: | ||||||
|     cephFileSystems: {} |         disable: true | ||||||
|     cephObjectStores: {} |       healthCheck: | ||||||
|  |         daemonHealth: | ||||||
|  |           mon: | ||||||
|  |             disabled: false | ||||||
|  |             interval: 45s   | ||||||
|  |     cephBlockPools: [] | ||||||
|  |     cephFileSystems: [] | ||||||
|  |     cephObjectStores: [] | ||||||
|  |  | ||||||
| resources: | resources: | ||||||
| - ssh://git@git.k-space.ee/secretspace/kube/rook-ceph # secrets: rook-ceph-external-admin-secret | - ssh://git@git.k-space.ee/secretspace/kube/rook-ceph # secrets: rook-ceph-external-admin-secret | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user