File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
charts/windmill/templates Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ windmill:
69
69
databaseUrl: postgres://postgres:changeme@postgres/windmill?sslmode=disable
70
70
# -- Oauth configuration for logins and connections. e.g of values
71
71
# "github": {
72
- # "id": "asdfasdf ",
73
- # "secret": "asdfasdfasdf"
72
+ # "id": "clientid ",
73
+ # "secret": "clientsecret",
74
74
# }
75
75
oauthConfig: |
76
76
{}
Original file line number Diff line number Diff line change @@ -29,12 +29,10 @@ spec:
29
29
preStop :
30
30
exec :
31
31
command : ["/bin/sh", "-c", "sleep 30"]
32
- {{ if .Values.windmill.enableOauth }}
33
32
volumeMounts :
34
33
- name : config-volume
35
34
mountPath : /usr/src/app/oauth.json
36
35
subPath : oauth.json
37
- {{ end }}
38
36
{{ if .Values.enterprise.enabled }}
39
37
image : ghcr.io/windmill-labs/windmill-ee
40
38
{{ else }}
@@ -81,14 +79,12 @@ spec:
81
79
value : " {{ .Values.windmill.pythonPath }}"
82
80
- name : " NSJAIL_PATH"
83
81
value : " {{ .Values.windmill.nsjailPath }}"
84
- {{ if .Values.windmill.enableOauth }}
85
82
volumes :
86
83
- name : config-volume
87
84
configMap :
88
85
# Provide the name of the ConfigMap containing the files you want
89
86
# to add to the container
90
87
name : windmill-configmap
91
- {{ end }}
92
88
securityContext :
93
89
runAsUser : 0
94
90
---
You can’t perform that action at this time.
0 commit comments