Skip to content

Commit

Permalink
Merge pull request #72 from semi-technologies/collectors_proxy_templa…
Browse files Browse the repository at this point in the history
…te_fix

fixes template values for collector proxy
  • Loading branch information
antas-marcin authored Apr 27, 2022
2 parents 2cf38e9 + a9d5374 commit 9d8655f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions weaviate/templates/collectorProxyDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ spec:
- name: nginx-conf
configMap:
name: collector-proxy-nginx-conf
{{- with index .Values "modules" "collector_proxy" "nodeSelector" | default .Values.nodeSelector }}
{{- with index .Values "collector_proxy" "nodeSelector" | default .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index .Values "modules" "collector_proxy" "affinity" | default .Values.affinity }}
{{- with index .Values "collector_proxy" "affinity" | default .Values.affinity }}
affinity:
{{ toYaml . | nindent 8 }}
{{- end }}
{{- with index .Values "modules" "collector_proxy" "tolerations" | default .Values.tolerations }}
{{- with index .Values "collector_proxy" "tolerations" | default .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 9d8655f

Please sign in to comment.