Skip to content

Commit

Permalink
Port cloudnative-pg
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 30, 2023
1 parent ce5b993 commit 09d38dc
Show file tree
Hide file tree
Showing 5 changed files with 17,503 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/cloudnative-pg/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"deploy": {
"steps": [
{
"apply": {
"file": "data/cloudnative-pg/operator.yaml",
"operator": true
}
},
{
"apply": {
"file": "data/cloudnative-pg/secrets.yaml"
}
}
]
},
"crd_name": "clusters.postgresql.cnpg.io",
"seed_custom_resource": "data/cloudnative-pg/cr.yaml",
"kubernetes_version": "v1.26.3",
"wait_time": 60,
"kubernetes_engine": {
"feature_gates": {
"StatefulSetAutoDeletePVC": true
}
}
}
Loading

0 comments on commit 09d38dc

Please sign in to comment.