not needed in redis/minio

This commit is contained in:
Jonny 2022-12-01 14:50:27 +00:00
parent 4f474b8b27
commit 680061382a
2 changed files with 1 additions and 9 deletions

View File

@ -42,10 +42,6 @@ spec:
secretKeyRef:
name: {{ template "budibase.fullname" . }}
key: objectStoreSecret
{{ if .Values.services.tlsRejectUnauthorized }}
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: {{ .Values.services.tlsRejectUnauthorized }}
{{ end }}
image: minio/minio
imagePullPolicy: ""

View File

@ -60,10 +60,6 @@ spec:
- name: redis-data
persistentVolumeClaim:
claimName: redis-data
env:
{{ if .Values.services.tlsRejectUnauthorized }}
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: {{ .Values.services.tlsRejectUnauthorized }}
{{ end }}
status: {}
{{- end }}