Vault Secrets Operator examples
The Operator project provides the following examples:
Using VaultStaticSecrets for imagePullSecrets
Vault Secret Operator supports Kubernetes' templating of Secrets based on their
Secret Type by setting the
Destination.Type
field of the VaultStaticSecret. Users who have configured private container registries
can use the kubernetes.io/dockerconfigjson
or kubernetes.io/dockerconfig
types to appropriately format
a Kubernetes secret with the contents of their Vault KV Secret.