Hi together, I have multiple k8s clusters. Loading...
# kubernetes
b
Hi together, I have multiple k8s clusters. Loading the Data from kubeconfig. To add this clusters to argocd I have to create also a secret on the kubernetes cluster where argocd is running. I have to extract the certificated and server host name from that. The account informations come from an instantly created service account. So the question is. How can I extract one Information from an created object inside pulumi and set it on an other secret (serialized json config). It throws me an error that the Outputstring could not be directly handeld
s
Have a look at the docs on Outputs and ApplyT. Googling the error or asking Chatgpt can also help