Skip to content

Commit

Permalink
Add DEFAULT_CONTAINER_REGISTRY environment variable to deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed Apr 28, 2024
1 parent dc7dc17 commit 0785edf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions charts/tembo/templates/cp-webserver/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
key: rw_uri
- name: RUST_LOG
value: {{ .Values.cpWebserver.logLevel }}
- name: DEFAULT_CONTAINER_REGISTRY
value: quay.io/tembo
{{- if .Values.cpWebserver.env }}{{ .Values.cpWebserver.env | default list | toYaml | nindent 10 }}{{- end }}
securityContext:
{{- toYaml .Values.cpWebserver.securityContext | nindent 12 }}
Expand Down
2 changes: 0 additions & 2 deletions charts/tembo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ cpWebserver:
value: ~
- name: METRONOME_SECRET_KEY
value: ~
- name: DEFAULT_CONTAINER_REGISTRY
value: quay.io/tembo

cpReconciler:
logLevel: info
Expand Down
2 changes: 0 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,3 @@ tembo:
value: ~
- name: METRONOME_SECRET_KEY
value: ~
- name: DEFAULT_CONTAINER_REGISTRY
value: quay.io/tembo

0 comments on commit 0785edf

Please sign in to comment.