Skip to content

Commit fbf4312

Browse files
committed
fix: rename rhtas deployment name
Change RHTAS operator deployment name to rhtas-controller-manager which has been caused because of cahnges in immutable sections which causes OLM upgrade to fail. Refs: securesign/secure-sign-operator#1110
1 parent 834dc30 commit fbf4312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tasks/install-operator-from-fbc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ spec:
8282
oc get catalogsource tas-test -n openshift-marketplace -o yaml
8383
8484
85-
until oc get deployment rhtas-operator-controller-manager -n openshift-operators &>/dev/null; do
85+
until oc get deployment rhtas-controller-manager -n openshift-operators &>/dev/null; do
8686
echo "Waiting for the deployment to be created..."
8787
sleep 5
8888
done
89-
oc wait --for=condition=available deployment/rhtas-operator-controller-manager --timeout=2m -n openshift-operators
89+
oc wait --for=condition=available deployment/rhtas-controller-manager --timeout=2m -n openshift-operators
9090

tasks/install-operator-from-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ spec:
6464
mountPath: /storage
6565
script: |
6666
oc create -k /storage/resources/config/env/openshift
67-
oc wait --for=condition=available deployment/rhtas-operator-controller-manager --timeout=120s -n openshift-rhtas-operator
67+
oc wait --for=condition=available deployment/rhtas-controller-manager --timeout=120s -n openshift-rhtas-operator

0 commit comments

Comments
 (0)