Using SecretProvider for imagePullSecrets #707
Unanswered
ogaumond-rq
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I think I figured what I was doing wrong.
If I have some time later I may try to contribute a more detailed example that could help the documentation |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone has a full working sample of using KeyVault for image pull secrets.
There is an example of the SecretProviderClass file to sync a dockerconfigjson secret from KeyVault
https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/examples/sync-as-kubernetes-secret/dockerconfigjson_synck8s_v1alpha1_secretproviderclass.yaml
I am able to load this secret in a volume of a given pod. However, I don't understand how I can let the pod know that it should use this secret to pull the image. In fact the SecretProviderClass is created, but I don't see the actual secret ever being created.
Beta Was this translation helpful? Give feedback.
All reactions