File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ spec:
673
673
- --v=$(OPERATOR_LOG_LEVEL)
674
674
- --trusted-ca-configmap=$(TRUSTED_CA_CONFIGMAP_NAME)
675
675
- --cloud-credentials-secret=$(CLOUD_CREDENTIALS_SECRET_NAME)
676
+ - --unsupported-addon-features=$(UNSUPPORTED_ADDON_FEATURES)
676
677
command :
677
678
- /usr/bin/cert-manager-operator
678
679
env :
@@ -706,6 +707,7 @@ spec:
706
707
value : " 2"
707
708
- name : TRUSTED_CA_CONFIGMAP_NAME
708
709
- name : CLOUD_CREDENTIALS_SECRET_NAME
710
+ - name : UNSUPPORTED_ADDON_FEATURES
709
711
image : openshift.io/cert-manager-operator:latest
710
712
imagePullPolicy : IfNotPresent
711
713
name : cert-manager-operator
Original file line number Diff line number Diff line change 62
62
- ' --v=$(OPERATOR_LOG_LEVEL)'
63
63
- ' --trusted-ca-configmap=$(TRUSTED_CA_CONFIGMAP_NAME)'
64
64
- ' --cloud-credentials-secret=$(CLOUD_CREDENTIALS_SECRET_NAME)'
65
+ - ' --unsupported-addon-features=$(UNSUPPORTED_ADDON_FEATURES)'
65
66
env :
66
67
- name : WATCH_NAMESPACE
67
68
valueFrom :
93
94
value : ' 2'
94
95
- name : TRUSTED_CA_CONFIGMAP_NAME
95
96
- name : CLOUD_CREDENTIALS_SECRET_NAME
97
+ - name : UNSUPPORTED_ADDON_FEATURES
96
98
image : controller:latest
97
99
imagePullPolicy : IfNotPresent
98
100
name : cert-manager-operator
You can’t perform that action at this time.
0 commit comments