Skip to content

Commit 7b61678

Browse files
committed
Replace leftover stanza sample and use import instead
1 parent c0c9f05 commit 7b61678

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

docs/docs/configuration.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -53,35 +53,7 @@ are no validation.
5353

5454
For example, the definition of that `Stanza`:
5555

56-
``` yaml
57-
apiVersion: pgbackrest.dalibo.com/v1
58-
kind: Stanza
59-
metadata:
60-
name: stanza-sample
61-
spec:
62-
stanzaConfiguration:
63-
name: main
64-
s3Repositories:
65-
- bucket: demo
66-
endpoint: s3.minio.svc.cluster.local
67-
region: us-east-1
68-
repoPath: /cluster-demo
69-
uriStyle: path
70-
verifyTLS: false
71-
cipherConfig:
72-
encryptionPass:
73-
name: minio
74-
key: ENCRYPTION_PASS
75-
secretRef:
76-
accessKeyId:
77-
name: minio
78-
key: ACCESS_KEY_ID
79-
secretAccessKey:
80-
name: minio
81-
key: ACCESS_SECRET_KEY
82-
CustomEnvVar:
83-
PGBACKREST_MY_CUSTOM: CNPG_ROCKS
84-
```
56+
<CodeBlock language="yaml">{StanzaCustom}</CodeBlock>
8557

8658
Will result in pgbackrest running with those environment variables:
8759

0 commit comments

Comments
 (0)