Skip to content

Commit 72be849

Browse files
Tratamento de namespace
1 parent 46e717b commit 72be849

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
manifests: |
1818
argo-ha/install.yaml
19+
namespace: argocd
1920
- uses: Azure/k8s-deploy@v5
2021
with:
2122
manifests: |
22-
argo-ha/argocd-application.yaml
23+
argo-ha/argocd-application.yaml
24+
namespace: argocd

argo-ha/install.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
creationTimestamp: null
5+
name: argocd
6+
---
17
# This is an auto-generated file. DO NOT EDIT
28
apiVersion: apiextensions.k8s.io/v1
39
kind: CustomResourceDefinition

0 commit comments

Comments
 (0)