-
Task
-
Resolution: Done
-
Normal
-
None
-
rhos-18.0.0
-
None
-
7
-
False
-
-
False
-
?
-
?
-
?
-
?
-
-
This task targets adding a kuttl test in horizon operator to implicitly test extramounts feature .
We can inject for example a custom {{policy.yaml }}or a custom dashboard theme using a kuttl test (see https://groups.google.com/a/redhat.com/g/rhos-tech/c/RTCY6Hfr1kQ as an example)
We can build a configmap w/ a policy.yaml and then
horizon: enabled: true template: customServiceConfig: '# add your customization here' extraMounts: - extraVol: - extraVolType: Policy mounts: - mountPath: /etc/openstack-dashboard/mycustomPolicy.yaml name: policy readOnly: true subPath: mycustomPolicy.yaml volumes: - name: policy configMap: name: policy-conf
this would work as an example to run in kuttl