Skip to content

Commit

Permalink
fix: mysql presistant volume
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 28, 2023
1 parent f79b78a commit 3ecf457
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3.1
version: 0.3.2
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/charts/mysql/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
{{ include "wandb.storageClass" .Values.persistence | nindent 4 }}
{{ include "wandb.storageClass" . | nindent 4 }}
resources:
requests:
storage: {{ .Values.persistence.size | quote }}

0 comments on commit 3ecf457

Please sign in to comment.