Revert "Added support for the imagePullSecrets in helm chart (#17520)" (#17678)

This reverts commit 208d997414.
This commit is contained in:
Dmitri Gekhtman 2021-08-09 12:11:58 -04:00 committed by GitHub
parent 7a0b8982f3
commit b6443f9ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 17 deletions

View file

@ -62,8 +62,4 @@ spec:
limits:
memory: 2Gi
cpu: 1
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
{{- end }}

View file

@ -63,9 +63,5 @@ spec:
limits:
memory: 2Gi
cpu: 1
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
{{- end }}

View file

@ -76,10 +76,6 @@ spec:
{{- if .GPU }}
nvidia.com/gpu: {{ .GPU }}
{{- end }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
{{- if .nodeSelector }}
nodeSelector:
{{- toYaml .nodeSelector | nindent 12 }}

View file

@ -1,10 +1,5 @@
# Default values for Ray.
## Reference to one or more secrets to be used when pulling images
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
# - name: "image-pull-secret"
# RayCluster settings:
# image is Ray image to use for the head and workers of this Ray cluster.