Skip to content

Commit c0d02a5

Browse files
committed
fix!: change syn namepsace
1 parent d121dfa commit c0d02a5

27 files changed

Lines changed: 31 additions & 31 deletions

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
parameters:
33
vsphere_csi:
4-
namespace: vmware-system-csi
4+
namespace: syn-vsphere-csi
55
csidriver_name: csi.vsphere.vmware.com
66
config_secret_name: vsphere-config-secret
77
feature_states_configmap_name: internal-feature-states.csi.vsphere.vmware.com
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
kind: Namespace
33
metadata:
4-
name: vmware-system-csi
4+
name: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/02_controller-serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
kind: ServiceAccount
33
metadata:
44
name: vsphere-csi-controller
5-
namespace: vmware-system-csi
5+
namespace: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/04_controller-clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ roleRef:
99
subjects:
1010
- kind: ServiceAccount
1111
name: vsphere-csi-controller
12-
namespace: vmware-system-csi
12+
namespace: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/05_node-serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
kind: ServiceAccount
33
metadata:
44
name: vsphere-csi-node
5-
namespace: vmware-system-csi
5+
namespace: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/07_node-clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ roleRef:
99
subjects:
1010
- kind: ServiceAccount
1111
name: vsphere-csi-node
12-
namespace: vmware-system-csi
12+
namespace: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/08_node-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
22
kind: Role
33
metadata:
44
name: vsphere-csi-node-role
5-
namespace: vmware-system-csi
5+
namespace: syn-vsphere-csi
66
rules:
77
- apiGroups:
88
- ''

tests/golden/defaults/vsphere-csi/vsphere-csi/09_node-rolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: rbac.authorization.k8s.io/v1
22
kind: RoleBinding
33
metadata:
44
name: vsphere-csi-node-binding
5-
namespace: vmware-system-csi
5+
namespace: syn-vsphere-csi
66
roleRef:
77
apiGroup: rbac.authorization.k8s.io
88
kind: Role
99
name: vsphere-csi-node-role
1010
subjects:
1111
- kind: ServiceAccount
1212
name: vsphere-csi-node
13-
namespace: vmware-system-csi
13+
namespace: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/10_feature-states-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ data:
55
kind: ConfigMap
66
metadata:
77
name: internal-feature-states.csi.vsphere.vmware.com
8-
namespace: vmware-system-csi
8+
namespace: syn-vsphere-csi

tests/golden/defaults/vsphere-csi/vsphere-csi/11_vsphere-config-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Secret
33
metadata:
44
name: vsphere-config-secret
5-
namespace: vmware-system-csi
5+
namespace: syn-vsphere-csi
66
stringData:
77
csi-vsphere.conf: |
88
[Global]

0 commit comments

Comments
 (0)