Skip to content

Commit ac6cb62

Browse files
authored
Merge pull request #700 from 3scale/backport-699-change-operator-deployment-name
[Backport 699] change operator deployment name
2 parents 9b85871 + 71f5c3e commit ac6cb62

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bundle/manifests/3scale-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ spec:
318318
- update
319319
serviceAccountName: 3scale-operator
320320
deployments:
321-
- name: threescale-operator-controller-manager
321+
- name: threescale-operator-controller-manager-v2
322322
spec:
323323
replicas: 1
324324
selector:

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:
6-
name: controller-manager
6+
name: controller-manager-v2
77
namespace: system
88
spec:
99
template:

config/default/manager_metrics_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:
6-
name: controller-manager
6+
name: controller-manager-v2
77
namespace: system
88
spec:
99
template:

config/default/manager_webhook_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: controller-manager
4+
name: controller-manager-v2
55
namespace: system
66
spec:
77
template:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
apiVersion: apps/v1
99
kind: Deployment
1010
metadata:
11-
name: controller-manager
11+
name: controller-manager-v2
1212
namespace: system
1313
labels:
1414
control-plane: controller-manager

0 commit comments

Comments
 (0)