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

Change namespace name to match documentation. #437

Merged
merged 1 commit into from
Jan 25, 2024
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
2 changes: 1 addition & 1 deletion controllers/acc_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func (suite *AccControllerTestSuite) runFakeAccManager(expectedErr string, recon
// If delete, we shouldn't call these methods since reconcile
// would return before this
if !reconcileDelete {
suite.handleStatefulSetUpdateTest(reconciler, "apex-connectivity-client")
suite.handleStatefulSetUpdateTest(reconciler, "dell-connectivity-client")
suite.handleAccPodTest(reconciler, "acc-pod")
_, err = reconciler.Reconcile(accCtx, accReq)
if expectedErr == "" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ roleRef:
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: apex-connectivity-client
name: dell-connectivity-client
namespace: <NAMESPACE>
labels:
app.kubernetes.io/name: connectivity-client-docker-k8s
Expand Down
6 changes: 3 additions & 3 deletions samples/connectivity_client_v100.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: storage.dell.com/v1
kind: ApexConnectivityClient
metadata:
name: apex-connectivity-client
namespace: apex-connectivity-client
name: dell-connectivity-client
namespace: dell-connectivity-client
spec:
client:
csmClientType: "apexConnectivityClient"
Expand All @@ -29,7 +29,7 @@ apiVersion: v1
kind: Secret
metadata:
name: connectivity-client-docker-k8s-cert
namespace: apex-connectivity-client
namespace: dell-connectivity-client
type: Opaque
data:
cert.pem: ""
2 changes: 1 addition & 1 deletion tests/config/clientconfig/apex/v1.0.0/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ roleRef:
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: apex-connectivity-client
name: dell-connectivity-client
namespace: <NAMESPACE>
labels:
app.kubernetes.io/name: connectivity-client-docker-k8s
Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/testfiles/connectivity_client.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: storage.dell.com/v1
kind: ApexConnectivityClient
metadata:
name: apex-connectivity-client
namespace: apex-connectivity-client
name: dell-connectivity-client
namespace: dell-connectivity-client
spec:
client:
csmClientType: "apexConnectivityClient"
Expand All @@ -29,7 +29,7 @@ apiVersion: v1
kind: Secret
metadata:
name: connectivity-client-docker-k8s-cert
namespace: apex-connectivity-client
namespace: dell-connectivity-client
type: Opaque
data:
cert.pem: ""
Loading