Skip to content

Commit

Permalink
Merge pull request #82 from GiganticMinecraft:fix-proxy-k8s-argo-cd-c…
Browse files Browse the repository at this point in the history
…onfig

Fix-proxy-k8s-argo-cd-config
  • Loading branch information
kory33 authored Mar 20, 2022
2 parents 2e9097d + 8dd956f commit 272314d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 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.2
version: 1.0.3
dependencies:
- name: argo-cd
version: 4.2.0
Expand Down
33 changes: 18 additions & 15 deletions helm-charts/proxy-k8s-argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
# for default values.
# argo-cd is aliased to argocd
argocd:
## We will be using the App of Apps pattern (https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/)
## to manage a group of applications in our cluster.
## This is the only application in this deployment.
additionalApplications:
- name: argocd
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
destination:
# config of server
# https://github.com/argoproj/argo-helm/blob/3a2858aa98f607b495d34db0da2a7a3ecad3eaa0/charts/argo-cd/values.yaml#L781
server:
## We will be using the App of Apps pattern (https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/)
## to manage a group of applications in our cluster.
## This is the only application in this deployment.
additionalApplications:
- name: argocd
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: proxy-kubernetes/argocd-apps
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: HEAD
finalizers:
- resources-finalizer.argocd.argoproj.io
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: proxy-kubernetes/argocd-apps
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: HEAD

0 comments on commit 272314d

Please sign in to comment.