-
Bug
-
Resolution: Done
-
Normal
-
OpenShift 4.7 Async
-
None
-
devex docs #197 Feb 11-Mar 4
-
3
-
Undefined
-
---
-
---
[ISSUE]
in the CRM YAML the fluentd name secret is wrong, firstly, it's possible to read:
~~~
- name: fluentd-server-inecure
~~~
And later, it's used like:
~~~
outputRefs: (10)
- fluentd-server-insecure
~~~
Then, it should be replaced
~~~
- name: fluentd-server-inecure
~~~
By:
~~~
- name: fluentd-server-insecure
~~~
- links to