Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update annotations for CSI Driver and description in CSV #272

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1490,8 +1490,9 @@ spec:
deploy the \nCSM modules for CSI drivers making it
easy for DevOps \nteams to build and optimize their Kubernetes workloads using
enterprise grade storage \nwhile consistently aligning with the desired outcomes
of the organization.\nThis operator is available as a community operator for both
upstream Kubernetes and\nOpenshift. Operator can be deployed via OperatorHub.io.
of the organization.\nThis operator is available as both community and
certified operator for Openshift \nand as a community operator for
upstream Kubernetes.\nOperator can be deployed via OperatorHub.io.
using Operator Lifecycle Manager (OLM)\n\n### About Dell CSM\n\nDell CSM brings
powerful enterprise storage features and functionality to Kubernetes for \neasier
adoption of cloud native workloads, improved productivity and scalable operations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,9 @@ spec:
deploy the \nCSM modules for CSI drivers making it
easy for DevOps \nteams to build and optimize their Kubernetes workloads using
enterprise grade storage \nwhile consistently aligning with the desired outcomes
of the organization.\nThis operator is available as a community operator for both
upstream Kubernetes and\nOpenshift. Operator can be deployed via OperatorHub.io.
of the organization.\nThis operator is available as both community and
certified operator for Openshift \nand as a community operator for
upstream Kubernetes.\nOperator can be deployed via OperatorHub.io.
using Operator Lifecycle Manager (OLM)\n\n### About Dell CSM\n\nDell CSM brings
powerful enterprise storage features and functionality to Kubernetes for \neasier
adoption of cloud native workloads, improved productivity and scalable operations.
Expand Down
2 changes: 1 addition & 1 deletion controllers/csm_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const (

var (
dMutex sync.RWMutex
configVersionKey = fmt.Sprintf("%s/%s", MetadataPrefix, "CSIoperatorConfigVersion")
configVersionKey = fmt.Sprintf("%s/%s", MetadataPrefix, "CSMOperatorConfigVersion")
previouslyAppliedCustomResource = fmt.Sprintf("%s/%s", MetadataPrefix, "previously-applied-configuration")

// StopWatch - watcher stop handle
Expand Down