`SealedSecret` is now available for managing sensitive data with GitOps

The Kubernetes custom resource SealedSecret is now available for managing sensitive data using GitOps practices. SealedSecret allows you to encrypt sensitive data and store it in a Git repository. When applied to a cluster, the resource is decrypted using the cluster’s encryption key and expanded into a standard Secret resource.

For details, see the User Guide.