mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
Compare commits
2 commits
b0a4ffcdd4
...
d369f81fed
| Author | SHA1 | Date | |
|---|---|---|---|
| d369f81fed | |||
| e4f613214e |
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
|
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 5.45.0
|
targetRevision: 9.2.4
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/state/gullfaxi/system/argocd/values.yaml
|
- $values/state/gullfaxi/system/argocd/values.yaml
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
|
global:
|
||||||
|
domain: argocd.ioot.xyz
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
cm:
|
cm:
|
||||||
url: https://argocd.ioot.xyz
|
|
||||||
exec.enabled: true
|
exec.enabled: true
|
||||||
admin.enabled: false
|
admin.enabled: false
|
||||||
statusbadge.enabled: "true"
|
statusbadge.enabled: "true"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue