Skip to content

Commit

Permalink
fix: fix image pull secrets for bootloader (#15970)
Browse files Browse the repository at this point in the history
* fix: revert extraEnv. Move updated extraEnv to env_vars

* fix: Add node pool selector feature for gke deployments

* fix: hotfix. Fix webapp values and imagepullsecrets

* fix: remove nodeSelector duplicate

* fix: revert imagePullSecrets changes

* fix nit

* fix: fix bootloader imagepullsecrets
  • Loading branch information
xpuska513 authored and rodireich committed Aug 25, 2022
1 parent aa70354 commit 71a1c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions charts/airbyte-bootloader/Chart.lock

This file was deleted.

8 changes: 4 additions & 4 deletions charts/airbyte-bootloader/templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ metadata:
spec:
serviceAccountName: {{ .Values.global.serviceAccountName }}
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- range .Values.global.imagePullSecrets }}
{{- printf "- name: %s" .name | nindent 2 }}
{{- end }}
imagePullSecrets:
{{- range .Values.global.imagePullSecrets }}
{{- printf "- name: %s" .name | nindent 2 }}
{{- end }}
{{- end }}
restartPolicy: Never
{{- if .Values.nodeSelector }}
Expand Down

0 comments on commit 71a1c9a

Please sign in to comment.