Skip to content

Commit

Permalink
feat: add argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 29, 2024
1 parent eaa00f4 commit bef85b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions argocd/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
1 change: 1 addition & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ helmCharts:
namespace: argocd

resources:
- argocd/
- metallb/
- cert-manager/
- traefik/
Expand Down

0 comments on commit bef85b6

Please sign in to comment.