Skip to content

Commit

Permalink
project set to default
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 5, 2024
1 parent 22e9f69 commit 721ccdf
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions manifests/argocd/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ metadata:
name: cert-manager
namespace: argocd
spec:
destination:
namespace: cert-manager
server: https://kubernetes.default.svc
project: infrastructure
project: default
source:
chart: cert-manager
repoURL: https://charts.jetstack.io
targetRevision: v1.15.3
helm:
parameters:
- name: installCRDs
value: "true"
repoURL: https://charts.jetstack.io
targetRevision: v1.15.3
destination:
namespace: cert-manager
server: https://kubernetes.default.svc
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
selfHeal: true

0 comments on commit 721ccdf

Please sign in to comment.