Skip to content

Commit

Permalink
Merge pull request #1 from nicholaskuechler/argocd-namespace-20240207
Browse files Browse the repository at this point in the history
fix: Adds creation of argocd namespace for bootstrap
  • Loading branch information
cardoe authored Feb 7, 2024
2 parents e71de57 + 165c9a7 commit 7931b35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- namespace.yaml

helmGlobals:
chartHome: ../../charts/

Expand Down
4 changes: 4 additions & 0 deletions bootstrap/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 7931b35

Please sign in to comment.