Victor Getz
Victor Getz
Any news regarding this topic we need this feature also
I think the reason is this one (Quote from Readme): > Will it ever be fully integrated with Argo CD? In the current form, probably not. If there is community...
Hi i added a pull request #24 it should be very easy for you to use then
Another Solution would be to add your ImagePullSecret to the ServiceAccounts https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
What is also very weird if a Validation of another ClusterPolicy(different from mutate) fails the whole mutation does not work.
@JimBugwadia sorry i don't understand what i should provide more. In the description i added 2 files if you apply them both you can reproduce the error. If you pull...
That would definitly work. But i dont't know what it would solve since the flow is still wrong. Validation happens before mutation and that should not be the case regarding...
We have the same issue with https://gogatekeeper.github.io/helm-gogatekeeper a simple ``` - name: PROXY_CLIENT_ID value: "keycloak-gatekeeper-client-id@azurekeyvault" ``` does not work. ENV Secret Injections are working for the Helm Charts in the...
Found the solution it is very obvious. In the helm charts stand: automountServiceAccountToken: false Then for sure it will not work ...
Any thoughts guys?