You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure serviceaccount created in correct namespace (#398)
* Ensure serviceaccount created in correct namespace
The serviceaccount for a module is created via the IRSA module. If the
namespace of a module differs from the default, it needs to also be
passed to the IRSA module. Otherwise any deployments tied to the
serviceaccount will fail to deploy pods.
* Create a non-default namespace
Create the namespace, if it is not the default "kube-system" which
(typically) exists on every cluster.
To allow the namespace to be created external to this module, allow the
IRSA config to be overridden. This should fit both my and
@vara-bonthu's proposed use cases.
* Apply reccommended changes
* Apply the fix to cert-manager
Co-authored-by: Robert Williams <[email protected]>
0 commit comments