not needed in redis/minio
This commit is contained in:
parent
92667949ff
commit
93e83e867b
|
@ -42,10 +42,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "budibase.fullname" . }}
|
name: {{ template "budibase.fullname" . }}
|
||||||
key: objectStoreSecret
|
key: objectStoreSecret
|
||||||
{{ if .Values.services.tlsRejectUnauthorized }}
|
|
||||||
- name: NODE_TLS_REJECT_UNAUTHORIZED
|
|
||||||
value: {{ .Values.services.tlsRejectUnauthorized }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
imagePullPolicy: ""
|
imagePullPolicy: ""
|
||||||
|
|
|
@ -60,10 +60,6 @@ spec:
|
||||||
- name: redis-data
|
- name: redis-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: redis-data
|
claimName: redis-data
|
||||||
env:
|
|
||||||
{{ if .Values.services.tlsRejectUnauthorized }}
|
|
||||||
- name: NODE_TLS_REJECT_UNAUTHORIZED
|
|
||||||
value: {{ .Values.services.tlsRejectUnauthorized }}
|
|
||||||
{{ end }}
|
|
||||||
status: {}
|
status: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue