1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

not needed in redis/minio

This commit is contained in:
Jonny 2022-12-01 14:50:27 +00:00
parent 92667949ff
commit 93e83e867b
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 }}