Skip to content

Commit 55f233e

Browse files
committed
changed operator name to make it unique
1 parent 6d89d77 commit 55f233e

7 files changed

+6
-6
lines changed

operators/tc-simple-demo-operator/0.0.7/manifests/simple-demo-operator-controller-manager-metrics-service_v1_service.yaml renamed to operators/test-e2e-operator/0.0.7/manifests/simple-demo-operator-controller-manager-metrics-service_v1_service.yaml

File renamed without changes.

operators/tc-simple-demo-operator/0.0.7/manifests/simple-demo-operator-manager-config_v1_configmap.yaml renamed to operators/test-e2e-operator/0.0.7/manifests/simple-demo-operator-manager-config_v1_configmap.yaml

File renamed without changes.

operators/tc-simple-demo-operator/0.0.7/manifests/simple-demo-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml renamed to operators/test-e2e-operator/0.0.7/manifests/simple-demo-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml

File renamed without changes.

operators/tc-simple-demo-operator/0.0.7/manifests/tc-simple-demo-operator.clusterserviceversion.yaml renamed to operators/test-e2e-operator/0.0.7/manifests/test-e2e-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
capabilities: Basic Install
1919
operators.operatorframework.io/builder: operator-sdk-v1.11.0+git
2020
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
21-
name: tc-simple-demo-operator.v0.0.7
21+
name: test-e2e-operator.v0.0.7
2222
namespace: placeholder
2323
spec:
2424
apiservicedefinitions: {}
@@ -76,9 +76,9 @@ spec:
7676
- subjectaccessreviews
7777
verbs:
7878
- create
79-
serviceAccountName: tc-simple-demo-operator-controller-manager
79+
serviceAccountName: test-e2e-operator-controller-manager
8080
deployments:
81-
- name: tc-simple-demo-operator-controller-manager
81+
- name: test-e2e-operator-controller-manager
8282
spec:
8383
replicas: 1
8484
selector:
@@ -134,7 +134,7 @@ spec:
134134
allowPrivilegeEscalation: false
135135
securityContext:
136136
runAsNonRoot: true
137-
serviceAccountName: tc-simple-demo-operator-controller-manager
137+
serviceAccountName: test-e2e-operator-controller-manager
138138
terminationGracePeriodSeconds: 10
139139
permissions:
140140
- rules:
@@ -169,7 +169,7 @@ spec:
169169
verbs:
170170
- create
171171
- patch
172-
serviceAccountName: tc-simple-demo-operator-controller-manager
172+
serviceAccountName: test-e2e-operator-controller-manager
173173
strategy: deployment
174174
installModes:
175175
- supported: true

operators/tc-simple-demo-operator/0.0.7/manifests/tools.opdev.io_demoresources.yaml renamed to operators/test-e2e-operator/0.0.7/manifests/tools.opdev.io_demoresources.yaml

File renamed without changes.

operators/tc-simple-demo-operator/0.0.7/metadata/annotations.yaml renamed to operators/test-e2e-operator/0.0.7/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotations:
33
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
6-
operators.operatorframework.io.bundle.package.v1: tc-simple-demo-operator
6+
operators.operatorframework.io.bundle.package.v1: test-e2e-operator
77
operators.operatorframework.io.bundle.channels.v1: stable
88
operators.operatorframework.io.bundle.channel.default.v1: stable
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.11.0+git

0 commit comments

Comments
 (0)