-
Notifications
You must be signed in to change notification settings - Fork 36
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
Helm Chart rendering RunAsUser at the wrong indent #63
Comments
More info, this problem is seen on |
@avo-sepp can you share the values you are using ? |
|
The Helm chart is being rendered and applied by ArgoCD. When rendered on the CLI the indenting is off. It looks like...
|
This should be fixed on latest commit normally (indent 12 -> indent 10 of the securityContext block body) |
@avo-sepp I also tested on the CLI/dry-run that the indentation was correct. We advise to pass HOME=/tmp as env variable if you use non root users. |
Thank you. That's good information. Is there anything mounted in |
Crucial data required for the operation of windmill is located at /tmp/windmill so would recommend using /tmp/home and mounting that instead |
To note, if you can mount /tmp/windmill/cache you will benefit from hot cache all the time, and on the EE we have superior tier of caching for python at scale that is distributed on S3. |
See image. runAsUser is not being saved to Kubernetes because it is being rendered one tier above SecurityContext. It should be nested under SecurityContext.
The text was updated successfully, but these errors were encountered: