File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,7 @@ function deploy_certmanager_operator {
17
17
18
18
deployment_namespace=" cert-manager"
19
19
20
- ocp_version=$( oc get clusterversion version -o jsonpath=' {.status.desired.version}' )
21
- # Workaround for cert-manager not being available in 4.18 yet.
22
- # https://issues.redhat.com/browse/SRVCOM-3428
23
- if versions.ge " $( versions.major_minor " $ocp_version " ) " " 4.18" ; then
24
- oc apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.3/cert-manager.yaml
25
- else
26
- oc apply -f " ${certmanager_resources_dir} " /subscription.yaml || return $?
27
- fi
20
+ oc apply -f " ${certmanager_resources_dir} " /subscription.yaml || return $?
28
21
29
22
logger.info " Waiting until cert manager operator is available"
30
23
You can’t perform that action at this time.
0 commit comments