mirror of
https://github.com/plankanban/planka.git
synced 2025-07-27 17:19:43 +02:00
Merge branch 'master' of github.com:gorrilla10101/planka
This commit is contained in:
commit
348bf4d6c4
2 changed files with 9 additions and 5 deletions
|
@ -75,6 +75,10 @@ spec:
|
|||
value: {{ required "A secret key needs to be generated using 'openssl rand -hex 64' and assigned to secretkey." .Values.secretkey }}
|
||||
- name: TRUST_PROXY
|
||||
value: "0"
|
||||
{{ range $k, $v := .Values.env }}
|
||||
- name: {{ $k | quote }}
|
||||
value: {{ $v | quote }}
|
||||
{{- end }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue