Skip to content

Commit

Permalink
Fix a couple of links and one heading level
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Heyer <[email protected]>
  • Loading branch information
josh-heyer committed Feb 8, 2024
1 parent 82ebb13 commit 930a39e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/backup_barmanobjectstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A backup is performed from a primary or a designated primary instance in a
`Cluster` (please refer to
[replica clusters](replica_cluster.md)
for more information about designated primary instances), or alternatively
on a [standby](#backup-from-a-standby).
on a [standby](backup.md#backup-from-a-standby).

## Common object stores

Expand Down
2 changes: 1 addition & 1 deletion docs/src/cluster_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CloudNativePG relies on [ephemeral volumes](https://kubernetes.io/docs/concepts/
for part of the internal activities. Ephemeral volumes exist for the sole
duration of a pod's life, without persisting across pod restarts.
# Volume Claim Template for Temporary Storage
### Volume Claim Template for Temporary Storage
The operator uses by default an `emptyDir` volume, which can be customized by using the `.spec.ephemeralVolumesSizeLimit field`.
This can be overridden by specifying a volume claim template in the `.spec.ephemeralVolumeSource` field.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/wal_archiving.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the ["Backup on object stores" section](backup_barmanobjectstore.md) to set up
the WAL archive.

!!! Info
Please refer to [`BarmanObjectStoreConfiguration`](cloudnative-pg.v1.md#postgresql-cnpg-io-v1-barmanobjectstoreconfiguration)
Please refer to [`BarmanObjectStoreConfiguration`](cloudnative-pg.v1.md#postgresql-cnpg-io-v1-BarmanObjectStoreConfiguration)
in the API reference for a full list of options.

If required, you can choose to compress WAL files as soon as they
Expand Down

0 comments on commit 930a39e

Please sign in to comment.