File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -53,35 +53,7 @@ are no validation.
5353
5454For 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
8658Will result in pgbackrest running with those environment variables:
8759
You can’t perform that action at this time.
0 commit comments