Skip to content

Commit

Permalink
add image pull secrets to template for gotenberg #52 (#53)
Browse files Browse the repository at this point in the history
* add image pull secrets to template

* Update values.yaml unnecessary values

Remove unnecessary values i have accidentally copied
  • Loading branch information
gianluca1606 authored Nov 9, 2023
1 parent 059ce1b commit ed1cb52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/gotenberg/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ metadata:
{{ toYaml .Values.annotations | indent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
Expand Down
3 changes: 3 additions & 0 deletions charts/gotenberg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ image:
tag: 7.5.0
pullPolicy: IfNotPresent

imagePullSecrets:
- name: ""

env:
open:
LOG_FORMAT: "TEXT"
Expand Down

0 comments on commit ed1cb52

Please sign in to comment.