Skip to content

Commit

Permalink
revert: fix: mount redis ca cert to backfiller (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Choudhari <aditya.choudhari@wandb.com>
  • Loading branch information
ramit-wandb and adityachoudhari26 authored May 22, 2024
1 parent fb96aa6 commit f0905a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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.13.3
version: 0.13.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
6 changes: 0 additions & 6 deletions charts/operator-wandb/charts/parquet/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ 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",
Expand Down

0 comments on commit f0905a6

Please sign in to comment.