Merge pull request #93 from HideyoshiSolutions/hotfix/conserta-deploy

hotfix: fixes deploy environment
This commit is contained in:
2025-11-01 12:22:19 -03:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ jobs:
IMAGE_BASE="ghcr.io/${OWNER}/${REPO}"
TAG="${{ github.event.inputs.tag || 'latest' }}"
kubectl config set-context --current --namespace=$KUBE_NAMESPACE
echo "Deploying image: ${IMAGE_BASE}:${TAG} to Kubernetes Namespace: ${KUBE_NAMESPACE}"
# Apply any other configuration changes if needed
envsubst < .k8s/config.yml | kubectl apply -f -