Skip to content

Commit

Permalink
fix(docs): task defaults -> plugin defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 21, 2024
1 parent 9909b58 commit 988ce25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1805,9 +1805,9 @@ kestra:

Using the `kestra.tasks` configuration, you can set up multiple task-specific features.

### Task Default Configuration
### Plugin Default Configuration

You can set defaults for specific tasks using the `kestra.tasks.defaults` configuration. These defaults will be applied to all tasks on your cluster if a property is not defined on flows or tasks.
You can set defaults for specific tasks using the `kestra.plugins.defaults` configuration. These defaults will be applied to all tasks on your cluster if a property is not defined on flows or tasks.

You can use this to isolate tasks in containers, such as scripting tasks. For Bash tasks and other script tasks in the core, we advise you to force `io.kestra.plugin.scripts.runner.docker.Docker` isolation and to configure global cluster pluginDefaults:

Expand Down

0 comments on commit 988ce25

Please sign in to comment.