Skip to content

Commit

Permalink
fix: use map instead of lists for argocd-apps 2.x (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jun 24, 2024
1 parent 918e18e commit 5ef53ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/dev/misc-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
namespace: infra-argocd
values:
projects:
- name: infra-argocd
infra-argocd:
description: Deploy and manage the hosted Argo CD instance.
sourceRepos:
- https://argoproj.github.io/argo-helm
Expand All @@ -51,7 +51,7 @@ spec:
- group: rbac.authorization.k8s.io
kind: ClusterRole
applications:
- name: argocd-configs
argocd-configs:
namespace: infra-argocd
project: infra-argocd
destination:
Expand Down

0 comments on commit 5ef53ab

Please sign in to comment.