mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +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
|
||||
- repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 5.45.0
|
||||
targetRevision: 9.2.4
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/state/gullfaxi/system/argocd/values.yaml
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
global:
|
||||
domain: argocd.ioot.xyz
|
||||
|
||||
configs:
|
||||
cm:
|
||||
url: https://argocd.ioot.xyz
|
||||
exec.enabled: true
|
||||
admin.enabled: false
|
||||
statusbadge.enabled: "true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue