Skip to content

Commit

Permalink
Tratamento de namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed Oct 29, 2024
1 parent 46e717b commit 72be849
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
manifests: |
argo-ha/install.yaml
namespace: argocd
- uses: Azure/k8s-deploy@v5
with:
manifests: |
argo-ha/argocd-application.yaml
argo-ha/argocd-application.yaml
namespace: argocd
6 changes: 6 additions & 0 deletions argo-ha/install.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: argocd
---
# This is an auto-generated file. DO NOT EDIT
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down

0 comments on commit 72be849

Please sign in to comment.