Skip to content

Commit

Permalink
Merge pull request #83 from GiganticMinecraft:add-argocd-project
Browse files Browse the repository at this point in the history
ArgoCDにプロジェクトを追加しておく
  • Loading branch information
kory33 authored Mar 20, 2022
2 parents 272314d + 030be79 commit 0257148
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/proxy-k8s-argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: proxy-k8s-argo-cd
version: 1.0.3
version: 1.0.4
dependencies:
- name: argo-cd
version: 4.2.0
Expand Down
17 changes: 16 additions & 1 deletion helm-charts/proxy-k8s-argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,23 @@ argocd:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
project: argocd
source:
path: proxy-kubernetes/argocd-apps
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: HEAD

additionalProjects:
- name: argocd
namespace: argocd
description: The Top-Level Project
sourceRepos:
- '*'
destinations:
- namespace: argocd
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: '*'
kind: '*'
orphanedResources:
warn: true

0 comments on commit 0257148

Please sign in to comment.