We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e3b2e commit 1f3dc19Copy full SHA for 1f3dc19
ocs_ci/ocs/constants.py
@@ -255,11 +255,9 @@
255
ENCRYPTIONKEYROTATIONJOB = "encryptionkeyrotationjobs.csiaddons.openshift.io"
256
DEFAULT_CEPH_DEVICECLASS = "defaultCephDeviceClass"
257
CRD_KIND = "CustomResourceDefinition"
258
-"""
259
-ClientProfileSpec defines the desired state of Ceph CSI
260
-configuration for volumes and snapshots configured to use
261
-this profile
262
+# ClientProfileSpec defines the desired state of Ceph CSI
+# configuration for volumes and snapshots configured to use
+# this profile
263
CLIENT_PROFILE = "ClientProfile"
264
OCS_OPERATOR_CONFIG_MAP = "ocs-operator-config"
265
0 commit comments