-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure policy.default using envronment variable #12
Comments
Hi Léo! Happy to hear that u like the project :) I will look into it, but shouldn't be a difficult thing to implement, since You can fork and open a PR if u want to add this feature, otherwise I could look into it, and add it later on :D |
These will be my very first lines of Golang, but I can give it a try. |
Thank you! Just lmk if you have any questions 😀 |
Hi @lgatellier, looked into it, the default policy is not being set by the operator, since it's just adds policies to an already existing cm, if the CM does not exist, no policies will be created I could add a CM to the Helm chart, but it will overwrite an already existing CM, thus deleting already existing policies Argo CD offers a helm chart, maybe it's something u can look into or just change the default policy manually :) |
Hi, I already deploy ArgoCD using the official Helm Chart. Thus I'm gonna have a GitOps problem :
I think it's a best practise to manage a resource from a single operator (ArgoCD, or RBAC Operator). So I think it would be better to completely handle the ConfigMap with the Operator (and thus set What do you think about it ? |
Hi,
Thanks for this promising project ! I was thinking of developing such an operator to suit my multi-tenancy needs, but this new one seems really good 😺
I'd love to be an early adopter of this project (even for some little production use cases), but I need to customize the default policy to an empty string.
Would it be possible to handle some environment variable, for example ? Thus, I'd be able to configure it directly in the operator Deployment spec using Helm.
Thanks !
The text was updated successfully, but these errors were encountered: