Skip to content

Commit 77f986b

Browse files
committed
SCALRCORE-35910 add TOC
1 parent 9573da4 commit 77f986b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/agent-job/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ Two volumes are always attached to run Pods:
146146

147147
- **Cache Volume**
148148

149-
The cache volume stores provider binaries, plugin cache, and downloaded tools. This volume is mounted to both the worker (full access) and runner (read-only access to some directories) containers.
149+
The cache volume stores software binaries, OpenTofu/Terraform providers and modules (TBD). This volume is mounted to both the worker (full access) and runner (read-only access to some directories) containers.
150150

151-
**Default configuration:** Ephemeral `emptyDir` storage with a 1GB limit. Each task downloads providers and binaries fresh.
151+
**Default configuration:** Ephemeral `emptyDir` storage with a 1GB limit. Each job downloads software binaries from scratch. OpenTofu/Terraform provider is disabled.
152152

153153
### Cache Volume Persistence
154154

charts/agent-job/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ Two volumes are always attached to run Pods:
143143

144144
- **Cache Volume**
145145

146-
The cache volume stores provider binaries, plugin cache, and downloaded tools. This volume is mounted to both the worker (full access) and runner (read-only access to some directories) containers.
146+
The cache volume stores software binaries, OpenTofu/Terraform providers and modules (TBD). This volume is mounted to both the worker (full access) and runner (read-only access to some directories) containers.
147147

148-
**Default configuration:** Ephemeral `emptyDir` storage with a 1GB limit. Each task downloads providers and binaries fresh.
148+
**Default configuration:** Ephemeral `emptyDir` storage with a 1GB limit. Each job downloads software binaries from scratch. OpenTofu/Terraform provider is disabled.
149149

150150
### Cache Volume Persistence
151151

0 commit comments

Comments
 (0)