how to disable password with helm chart (v3.10.0 and appVersion 4.14.0) #6403
Unanswered
yoongeon1206
asked this question in
Q&A
Replies: 1 comment
-
Check out the comments for extraArgs:
https://github.com/coder/code-server/blob/eb8099ff89eaca72cc9051f440d817cfd0e24084/ci/helm-chart/values.yaml#L58-L69
Basically, each argument needs to be on its own line, so:
extraArgs:
- --auth
- none
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed code-server with helm chart v3.10.0 and appVersion 4.14.0 in my kubernetes environment
I try to disable password with the option --auth none. but it doesn't work. is there anyone who know how to resolve this issue?
value.yaml
extraArgs:
however I got the error below.
" error Unknown option --auth none"
value.yaml
extraArgs:
I got the same error message. Could you tell me how to disable password in helm chart?
" error Unknown option --auth none"
Beta Was this translation helpful? Give feedback.
All reactions