add imagePullSecrets
This commit is contained in:
@ -2,6 +2,6 @@ apiVersion: v2
|
|||||||
name: hasura
|
name: hasura
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
appVersion: v2.3.1
|
appVersion: v2.3.1
|
||||||
icon: https://raw.githubusercontent.com/hasura/graphql-engine/master/assets/brand/powered_by_hasura_primary_lightbg.svg
|
icon: https://raw.githubusercontent.com/hasura/graphql-engine/master/assets/brand/powered_by_hasura_primary_lightbg.svg
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "hasura.selectorLabels" . | nindent 8 }}
|
{{- include "hasura.selectorLabels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.image.pullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -16,6 +16,10 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "hasura.labels" . | nindent 8 }}
|
{{- include "hasura.labels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
|
{{- with .Values.migrations.image.pullSecrets }}
|
||||||
|
imagePullSecrets:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
|
@ -10,6 +10,7 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: v2.3.1.cli-migrations-v3
|
tag: v2.3.1.cli-migrations-v3
|
||||||
|
pullSecrets: [ ]
|
||||||
|
|
||||||
extraEnvVarsSecret: ""
|
extraEnvVarsSecret: ""
|
||||||
|
|
||||||
@ -19,8 +20,8 @@ migrations:
|
|||||||
registry: *registry
|
registry: *registry
|
||||||
repository: ""
|
repository: ""
|
||||||
tag: ""
|
tag: ""
|
||||||
|
pullSecrets: [ ]
|
||||||
|
|
||||||
imagePullSecrets: [ ]
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user