Exec (local scripts)
Plugin Configuration
# In your project level Garden config file
kind: Project
name: my-project
providers:
- name: exec
initScript: [./scripts/auth.sh]
- name: kubernetes
dependencies: [exec] # <--- This ensures the init script runs before the K8s plugin is initialized.
# ...Module Configuration
Exec tasks
Local services
Next Steps
Last updated
Was this helpful?

