Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dell/csm-operator into add-…
Browse files Browse the repository at this point in the history
…e2e-tests
  • Loading branch information
mgandharva committed Dec 27, 2024
2 parents 81ac11c + 3a08982 commit aed9802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/drivers/commonconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func GetController(ctx context.Context, cr csmv1.ContainerStorageModule, operato
bController := true
bOwnerDeletion := cr.Spec.Driver.ForceRemoveDriver != nil && !*cr.Spec.Driver.ForceRemoveDriver
kind := cr.Kind
v1 := "apps/v1"
v1 := "storage.dell.com/v1"
controllerYAML.Deployment.OwnerReferences = []metacv1.OwnerReferenceApplyConfiguration{
{
APIVersion: &v1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
# Fill in the appropriate values, refer to docs if required
# Create the configmap using following cmd
# kubectl/oc create configmap powermax-reverseproxy-config --from-file config.yaml -n <namespace>
mode: StandAlone
port: 2222
logLevel: debug
logFormat: text
standAloneConfig:
config:
storageArrays:
- storageArrayId: "REPLACE_SYSTEMID"
primaryURL: "https://REPLACE_ENDPOINT"
Expand Down

0 comments on commit aed9802

Please sign in to comment.