Draft: Set global ingress annotations on Minio Ingress
Summary
If any annotations are provided via global.ingress.annotations
,
they will be applied to the Minio ingress.
This is already handled for GitLab Ingress objects as those are pulled from the Helm Chart template. Since our Minio ingress is defined within the Operator, we have to adopt that logic.
Depends on !290 (closed),
which adds the GetMap
method. When/if that is merged, we can rebase this MR
and target master
for the merge.
Closes #389 (closed)
Edited by Mitchell Nielsen