Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 14, 2023 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/fd6dd1ea34aca3936966f41dde28a3fc to your computer and use it in GitHub Desktop.
Save xximjasonxx/fd6dd1ea34aca3936966f41dde28a3fc to your computer and use it in GitHub Desktop.
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: azure-kv-password-provider
namespace: blog-post
spec:
provider: azure
parameters:
keyvaultName: kv-blogpost-jx01
clientID: "client id of user assigned identity"
tenantId: "tenant id"
objects: |
array:
- |
objectName: MySecretPassword
objectType: secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment