Skip to content

Commit

Permalink
update cnpg
Browse files Browse the repository at this point in the history
  • Loading branch information
cbc02009 committed Jul 29, 2024
1 parent dcc5d55 commit c21c5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .taskfiles/Rook/templates/WipeDiskJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
dd if=/dev/zero of=${disk} bs=1M count=100 oflag=direct;
blkdiscard ${disk};
partprobe ${disk};
sync;
securityContext:
privileged: true
resources: {}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
maxParallel: 8
destinationPath: s3://cnpg/
endpointURL: https://${CLUSTER_SECRET_CLOUDFLARE_ACCOUNT_ID}.r2.cloudflarestorage.com
serverName: &currentCluster postgres-v41
serverName: &currentCluster postgres-v42
s3Credentials:
accessKeyId:
name: cloudnative-pg
Expand Down

0 comments on commit c21c5d1

Please sign in to comment.