Skip to content

Commit 1f3dc19

Browse files
Update ocs_ci/ocs/constants.py
review fix Co-authored-by: dahorak <dahorak@redhat.com>
1 parent 47e3b2e commit 1f3dc19

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ocs_ci/ocs/constants.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,9 @@
255255
ENCRYPTIONKEYROTATIONJOB = "encryptionkeyrotationjobs.csiaddons.openshift.io"
256256
DEFAULT_CEPH_DEVICECLASS = "defaultCephDeviceClass"
257257
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-
"""
258+
# ClientProfileSpec defines the desired state of Ceph CSI
259+
# configuration for volumes and snapshots configured to use
260+
# this profile
263261
CLIENT_PROFILE = "ClientProfile"
264262
OCS_OPERATOR_CONFIG_MAP = "ocs-operator-config"
265263

0 commit comments

Comments
 (0)