Skip to content

Commit

Permalink
argocd: change layout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 29, 2024
1 parent 6b57823 commit 5e47bca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 2 additions & 5 deletions argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: argocd
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/ha/install.yaml
- namespace.yaml
- main/
6 changes: 6 additions & 0 deletions argocd/main/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: argocd
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/ha/install.yaml
4 changes: 4 additions & 0 deletions argocd/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: argocd

0 comments on commit 5e47bca

Please sign in to comment.