Values.AddonNamespaceConfigRequestSourceThe namespace configuration request object for specifying a custom namespace when creating an addon.
type nonrec t = {namespace : Namespace.t option;The name of the Kubernetes namespace to install the addon in. Must be a valid RFC 1123 DNS label.
*)}