Skip to content

Commit 7854900

Browse files
committed
fixup broken merge from main
1 parent 07cb31f commit 7854900

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/production.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -120,30 +120,6 @@ and referenced from the `site` and `production` environments, e.g.:
120120
set the "attach" options and run `tofu apply` again - this should show there
121121
are no changes planned.
122122
123-
and OpenTofu configured to use that volume rather than managing one itself
124-
by setting
125-
126-
home_volume_provisioning = "attach"
127-
128-
either for a specific environment in the cluster module block in
129-
`environments/$ENV/tofu/main.tf`, or as the site default by changing the
130-
default in `environments/site/tofu/variables.tf`.
131-
132-
For a development environment allowing OpenTofu to manage the volume using
133-
the default value
134-
135-
home_volume_provisioning = "manage"
136-
137-
is usually appropriate, as it allows for multiple clusters to be created with
138-
this environment.
139-
140-
If no home volume at all is required because the home directories are provided
141-
by a parallel filesystem (e.g. manila) use
142-
143-
home_volume_provisioning = "none"
144-
145-
In this case the NFS share for home directories is automatically disabled.
146-
147123
- Enable `etc_hosts` templating:
148124
149125
```yaml

0 commit comments

Comments
 (0)