We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e717b commit 72be849Copy full SHA for 72be849
.github/workflows/main.yml
@@ -16,7 +16,9 @@ jobs:
16
with:
17
manifests: |
18
argo-ha/install.yaml
19
+ namespace: argocd
20
- uses: Azure/k8s-deploy@v5
21
22
- argo-ha/argocd-application.yaml
23
+ argo-ha/argocd-application.yaml
24
argo-ha/install.yaml
@@ -1,3 +1,9 @@
1
+apiVersion: v1
2
+kind: Namespace
3
+metadata:
4
+ creationTimestamp: null
5
+ name: argocd
6
+---
7
# This is an auto-generated file. DO NOT EDIT
8
apiVersion: apiextensions.k8s.io/v1
9
kind: CustomResourceDefinition
0 commit comments