This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
How to use 'azureIdentities' parameters within Helm #1126
Answered
by
Borrelworst
Borrelworst
asked this question in
Q&A
-
The documentation for Helm states the following: azureIdentities | Map of azure identities and azure identity bindings resources to create. The map key is the AzureIdentity name. I am just curious in how to use this. Does someone has an example where it created one or multiple identities and identitybindings within the helm values deployment itself ? |
Beta Was this translation helpful? Give feedback.
Answered by
Borrelworst
Jul 30, 2021
Replies: 1 comment 1 reply
-
Figured it out already, it just needs to be a yaml dict. However, to see al configurable options you should checkout this chart file: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chewong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out already, it just needs to be a yaml dict. However, to see al configurable options you should checkout this chart file:
https://github.com/Azure/aad-pod-identity/blob/master/charts/aad-pod-identity/templates/identities.yaml