[Extended Sync] Unable to use Azure Workload Identity with official 0.7.0 charts. #1298
Replies: 1 comment
-
Solved within #1305 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to deploy EDC using "tractusx-connector-azure-vault" on Azure using workload identity. While using official charts from release/0.7.0 the values that are important for automatic authorization to work are overritten by the Charts.
file: deployment-controlplane.yaml, lines: 319-322
file: deployment-dataplane.yaml, lines: 191-194
Here are the values in kubernetes pod:
If I manually edit the charts and make these 2 values optional, webhook is able to automatically assign these values to pods.
Beta Was this translation helpful? Give feedback.
All reactions