It gives the possibility to the user to add extra-labels to the pod
according to its use case. This can be usefull when we deal with azure
resources (exp: KeyVault to store the private keys) and managed identity
to allow the access to those resources.
It gives the possibility to the user to add extra-labels to the pod according to its use case. This can be usefull when we deal with azure resources (exp: KeyVault to store the private keys) and managed identity to allow the access to those resources.
How to use it:
Add podExtraLabels to values.yaml:
exemple: podExtraLabels: { aadpodidbinding: ${Identity_Name} }