Skip to content

Commit 4769f84

Browse files
committed
Create namespace giropops-senhas
1 parent 4c9716e commit 4769f84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd-eks.yml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Configurar kubectl
6060
run: aws eks update-kubeconfig --name meu-cluster
6161

62+
- name: Create namespace giropops-senhas
63+
run: kubectl create namespace giropops-senhas || true
64+
6265
# Deploy no Kubernetes
6366
- name: Deploy to Kubernetes
6467
uses: Azure/k8s-deploy@v5

0 commit comments

Comments
 (0)