Local Scripts
Provider Configuration
# In your project level Garden config file
apiVersion: garden.io/v2
kind: Project
name: my-project
providers:
- name: exec
initScript: "sh -c ./scripts/auth.sh"
- name: kubernetes
dependencies: [exec] # <--- This ensures the init script runs before the K8s plugin is initialized.
# ...Actions
Build
Deploy
Run and Test
Next Steps
Last updated
Was this helpful?

