feat: adds cert issuer and cloudnative-pg

This commit is contained in:
2025-11-09 17:25:41 -03:00
parent ac979abea1
commit 46621cf3dc
6 changed files with 108 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ jobs:
env:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
KUBE_CERT_SERVER: ${{ secrets.KUBE_CERT_SERVER }}
KUBE_DOMAIN_EMAIL: ${{ secrets.KUBE_DOMAIN_EMAIL }}
steps:
- name: Checkout Repository