Skip to content

Commit

Permalink
Merge pull request #93 from GiganticMinecraft:fix-argocd-target-project
Browse files Browse the repository at this point in the history
fix: argo-apps/argo-cd.yamlのターゲットプロジェクトをdefaultからargocdに
  • Loading branch information
kory33 authored Mar 21, 2022
2 parents 148b457 + a17f381 commit 1713d4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy-kubernetes/argocd-apps/argo-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: argocd
namespace: argocd
spec:
project: default
project: argocd
source:
# proxy-k8s-argo-cd-bootstrapping はブートストラッピングにのみ用いるchartなので、
# proxy-k8s-argo-cd-bootstrapping は利用せずに直接ArgoCDのチャートを使う
Expand All @@ -15,8 +15,8 @@ spec:
helm:
releaseName: argo-cd
values: |
# config of server
# https://github.com/argoproj/argo-helm/blob/3a2858aa98f607b495d34db0da2a7a3ecad3eaa0/charts/argo-cd/values.yaml#L781
# Config of server
# See https://github.com/argoproj/argo-helm/blob/3a2858aa98f607b495d34db0da2a7a3ecad3eaa0/charts/argo-cd/values.yaml#L781
server:
configEnabled: true
# -- [General Argo CD configuration]
Expand Down

0 comments on commit 1713d4a

Please sign in to comment.