mirror of
https://github.com/zoriya/snow.git
synced 2026-06-02 03:35:38 +00:00
Add reload label for postgres secrets
This commit is contained in:
@@ -8,6 +8,9 @@ spec:
|
||||
isCA: true
|
||||
commonName: postgres-ca
|
||||
secretName: postgres-ca
|
||||
secretTemplate:
|
||||
labels:
|
||||
cnpg.io/reload: ""
|
||||
privateKey:
|
||||
algorithm: ECDSA
|
||||
size: 256
|
||||
|
||||
@@ -31,6 +31,9 @@ metadata:
|
||||
name: postgres-replication-cert
|
||||
spec:
|
||||
secretName: postgres-replication-cert
|
||||
secretTemplate:
|
||||
labels:
|
||||
cnpg.io/reload: ""
|
||||
usages:
|
||||
- client auth
|
||||
commonName: streaming_replica
|
||||
|
||||
Reference in New Issue
Block a user