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

@@ -27,6 +27,12 @@ kubectl create namespace cert-manager \
kubectl apply -f manifest/charts/cert-manager
# deploy cloudnative-pg
kubectl create namespace cnpg-system \
--dry-run=client -o yaml | kubectl apply -f -
kubectl apply -f manifest/charts/cloudnative-pg
### set application namespaces and configures docker registry secret ###
for NAMESPACE in ${NAMESPACES_LIST//,/ }; do
kubectl create namespace $NAMESPACE \