From e5606220332a6dbc5fedeaabd845b27ff11a3329 Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Tue, 8 Jul 2025 11:50:31 -0300 Subject: [PATCH] devops: updated gitlab ci configuration to include all files when pushing kubernetes manifests. --- ...lm-chart-generate-and-push-to-local-repository.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml b/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml index f6a8135..320595d 100644 --- a/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml +++ b/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml @@ -20,7 +20,7 @@ Generate and Push Kubernetes Manifests: --output-dir /tmp/manifests - mv /tmp/manifests/${HELM_CHART_NAME}/templates/*.yaml .k8s/${ENVIRONMENT}/manifests/ - rm -rf /tmp/manifests/${HELM_CHART_NAME} - - git add .k8s/${ENVIRONMENT}/manifests + - git add --all - git commit -m "[${ENVIRONMENT}] manifests updated, [ci skip]" - git push -o ci.skip only: