Yesterday I realized that I have overlooked the default installation method of the sealed secrets controller for kubernetes-kubeseal kind-cluster kustomize


# option if you don't have a cluster try with kind

kind create cluster

curl -L https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.27.0/controller.yaml > controller.yaml

kubectl apply -f controller.yaml