Skip to content

Commit

Permalink
Remove connection string from parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 30, 2023
1 parent e628f44 commit 334ca34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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.5.2
version: 0.5.3
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ spec:
- name: ONLY_SERVICE
value: gorilla-parquet

- name: BUCKET
value: {{ .Values.global.storage.connectionString }}
- name: AWS_REGION
value: {{ .Values.global.storage.region }}

- name: LOGGING_ENABLED
value: 'true'

Expand Down

0 comments on commit 334ca34

Please sign in to comment.