@@ -158,9 +158,9 @@ spec:
158
158
url : https://github.com/kiali/kiali-ui
159
159
installModes :
160
160
- type : OwnNamespace
161
- supported : true
161
+ supported : false
162
162
- type : SingleNamespace
163
- supported : true
163
+ supported : false
164
164
- type : MultiNamespace
165
165
supported : false
166
166
- type : AllNamespaces
@@ -188,6 +188,8 @@ spec:
188
188
version : route.openshift.io/v1
189
189
- kind : Ingress
190
190
version : extensions/v1beta1
191
+ - kind : ConsoleLink
192
+ version : consolelinks.console.openshift.io/v1
191
193
specDescriptors :
192
194
- displayName : Authentication Strategy
193
195
description : " Determines how a user is to log into Kiali. Supported strategies include 'openshift', 'openid', 'token', and 'anonymous'."
@@ -251,20 +253,11 @@ spec:
251
253
spec :
252
254
serviceAccountName : kiali-operator
253
255
containers :
254
- - name : ansible
255
- command :
256
- - /usr/local/bin/ao-logs
257
- - /tmp/ansible-operator/runner
258
- - stdout
259
- image : registry-proxy.engineering.redhat.com/rh-osbs/openshift-service-mesh-kiali-rhel7-operator${KIALI_OPERATOR_TAG}
260
- imagePullPolicy : " IfNotPresent"
261
- volumeMounts :
262
- - mountPath : /tmp/ansible-operator/runner
263
- name : runner
264
- readOnly : true
265
256
- name : operator
266
257
image : registry-proxy.engineering.redhat.com/rh-osbs/openshift-service-mesh-kiali-rhel7-operator${KIALI_OPERATOR_TAG}
267
258
imagePullPolicy : " IfNotPresent"
259
+ args :
260
+ - " --zap-level=info"
268
261
volumeMounts :
269
262
- mountPath : /tmp/ansible-operator/runner
270
263
name : runner
@@ -283,6 +276,10 @@ spec:
283
276
fieldPath : metadata.namespace
284
277
- name : OPERATOR_NAME
285
278
value : " kiali-operator"
279
+ - name : ANSIBLE_DEBUG_LOGS
280
+ value : " True"
281
+ - name : ANSIBLE_VERBOSITY_KIALI_KIALI_IO
282
+ value : " 1"
286
283
- name : RELATED_IMAGE_kiali_default
287
284
value : " registry-proxy.engineering.redhat.com/rh-osbs/openshift-service-mesh-kiali-rhel7${KIALI_1_0_TAG}"
288
285
- name : RELATED_IMAGE_kiali_v1_0
0 commit comments