Assuming I have the data from my secret pulumi con...
# general
i
Assuming I have the data from my secret pulumi config, what does the equivalent ts code look like for
kubectl create secret generic mysecret --from-file auth
? I’m working on the traefik secret but not sure what the data
key
is for the pulumi secret.
ah, looks like the key is the filename
auth