This message was deleted.
# pulumi-kubernetes-operator
s
This message was deleted.
w
How else would it get this information, if not from a Kubernetes secret?
j
a volume mount maybe? We thought about using the Azure Key Vault Provider for Secrets Store CSI Driver which allows you to mount Key Vaults secrets into pods Or somehow mounting the Kubernetes secret content as a file? I have no idea how to solve it. That’s why I’m asking 😄
w
Yes, you can mount the Kubernetes secret as a file
👍 1
Or export it as an env var
Azure Key Vault Provider for Secrets Store CSI Driver
Although, to be honest, this is a better approach since you wouldn't have to manage the secret
j