important-leather-28796
03/11/2019, 6:49 PMkubectl label namespace <deployment-namespace> <http://certmanager.k8s.io/disable-validation=%22true%22|certmanager.k8s.io/disable-validation="true">
How can I add I mutate the namespace labels from my pulumi code?creamy-potato-29402
03/11/2019, 7:25 PMtransformations
optionimportant-leather-28796
03/11/2019, 7:26 PMComponent
needs a label on the namespace. In order to separate concerns, I’d like to keep this code inside the component, not go back to where I declare the namespace and start adding it therecreamy-potato-29402
03/11/2019, 7:48 PM