-
If this is possible then can someone let me know how? We have a scenario where we have new secrets being created and would like to make the "optional" and not cause the pod to fail on creation. From what I have read, the secret must exist in the Key Vault and if they are not present the container will fail to start. |
Beta Was this translation helpful? Give feedback.
Answered by
aramase
Apr 6, 2021
Replies: 1 comment
-
It's not optional. All the secrets defined in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ArronaxKP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not optional. All the secrets defined in the
SecretProviderClass
need to exist in the keyvault. If the mount fails, kubelet will retry the volume mount until it succeeds.