Skip to content

Commit

Permalink
Add certificate updater
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 12, 2024
1 parent 2ac728e commit 444ac36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ spec:
---
ingress:
tls:
certificate: #@ base64.decode("$(.tp-cert.tls\.crt)")
privateKey: #@ base64.decode("$(.tp-cert.tls\.key)")
certificate: #@ base64.decode("$(.tp-cert.data.tls\.crt)")
privateKey: #@ base64.decode("$(.tp-cert.data.tls\.key)")
postgresql:
password: #@ base64.decode("$(.postgres-pass.data.pass)")
clickhouse:
Expand Down

0 comments on commit 444ac36

Please sign in to comment.