Bitnami sealed secrets

Hi ,

i am using minikube with argocd. Also i want to use bitnami sealed secret to encryot my secret before pushing to github. BUt i am not able to install kubeseal cli.
i am using git bash. So its not allowing to use sudo or curl there. Can you guide how i can install kubeseal cli on windows minikube .

Thanks,
Vijesh

Hi @Vije

If you have Go installed on your Windows machine, you can try:
go install github.com/bitnami-labs/sealed-secrets/cmd/kubeseal@main

Else you can download the .exe bundled in tar.gz from the releases page, extract that archive to get the exe and use it.