You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using SOPS extensively in the past, and it would be super nice if the command sops publish would be able to upload files content to k8s secrets.
At the moment I am encrypting the full or partial manifest, and then I have to run:
sops -d ./whatever.sops.yaml | kubectl apply -f -
Though, it would be nice to find a solution to use just one command.
The proper way to do this might be using external-secrets, but for now this is just done for my homelab setup, and I am trying to avoid overcomplicating things, or just adding extra operators/software running just to solve something simple. sops publish can push to hashicorp vault, and then external secrets can fetch it from there, but I wish I could skip those two component and keep it simple stupid :D
The text was updated successfully, but these errors were encountered:
I have been using SOPS extensively in the past, and it would be super nice if the command
sops publish
would be able to upload files content to k8s secrets.At the moment I am encrypting the full or partial manifest, and then I have to run:
Though, it would be nice to find a solution to use just one command.
The proper way to do this might be using external-secrets, but for now this is just done for my homelab setup, and I am trying to avoid overcomplicating things, or just adding extra operators/software running just to solve something simple.
sops publish
can push to hashicorp vault, and then external secrets can fetch it from there, but I wish I could skip those two component and keep it simple stupid :DThe text was updated successfully, but these errors were encountered: