Skip to content

Commit

Permalink
fix(launch): Fix sample kubernetes agent manifest secret mount (wandb…
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette authored Aug 14, 2023
1 parent 67ff2ad commit 2a69611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wandb/sdk/launch/deploys/kubernetes/launch-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: wandb-launch-config
mountPath: /home/launch_agent/.config/wandb
- name: aws-secret # if you intend on using kaniko with ecr create a secret containing your aws credentials, with this name
mountPath: /home/launch_agent/.aws
mountPath: /home/launch_agent/.aws/
readOnly: true
volumes:
- name: wandb-launch-config
Expand Down

0 comments on commit 2a69611

Please sign in to comment.