Skip to content

Commit e79eb72

Browse files
committed
minor nits
1 parent 5d2bd30 commit e79eb72

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

charts/windmill/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: windmill
33
type: application
4-
version: 1.3.1
4+
version: 1.3.2
55
appVersion: 1.89.0
66
dependencies:
77
- condition: postgresql.enabled

charts/windmill/templates/workers.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ spec:
6060
value: "{{ .Values.windmill.numWorkers }}"
6161
- name: "DISABLE_SERVER"
6262
value: "true"
63-
- name: "DISABLE_NUSER"
64-
value: "{{ .Values.windmill.disableNuser }}"
65-
- name: "DENO_PATH"
66-
value: "{{ .Values.windmill.denoPath }}"
67-
- name: "PYTHON_PATH"
68-
value: "{{ .Values.windmill.pythonPath }}"
6963
- name: "JSON_FMT"
7064
value: "true"
7165
{{ if .Values.windmill.enterprise.enabled }}
@@ -76,8 +70,6 @@ spec:
7670
- name: "RCLONE_S3_PROVIDER"
7771
value: "AWS"
7872
{{ if .Values.windmill.enterprise.nsjail }}
79-
- name: "NSJAIL_PATH"
80-
value: "nsjail"
8173
- name: "DISABLE_NSJAIL"
8274
value: "false"
8375
{{ end }}

0 commit comments

Comments
 (0)