Skip to content

Commit

Permalink
fix: mount redis ca cert to backfiller (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramit-wandb authored May 9, 2024
1 parent e1a0836 commit afcaee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.12.10
version: 0.12.11
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
7 changes: 6 additions & 1 deletion charts/operator-wandb/charts/parquet/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,18 @@ spec:
containers:
- name: backfill-job
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
volumeMounts:
{{- if ne (include "wandb.redis.caCert" .) "" }}
- name: {{ include "parquet.fullname" . }}-redis-ca
mountPath: /etc/ssl/certs/redis_ca.pem
subPath: redis_ca.pem
{{- end }}
command: [
"/sbin/my_init",
"--skip-runit",
"megabinary",
"glue",
]

env:
- name: GORILLA_GLUE_EXECUTE
value: "true"
Expand Down

0 comments on commit afcaee7

Please sign in to comment.