Fix wrong git url in argo apps
This commit is contained in:
@@ -13,7 +13,7 @@ applications:
|
||||
server: https://kubernetes.default.svc
|
||||
project: sys
|
||||
sources:
|
||||
- repoURL: https://gitlab.com/oceanbox//manifests.git
|
||||
- repoURL: https://git.oceanbox.io/platform/manifests.git
|
||||
targetRevision: HEAD
|
||||
path: helmfile.d
|
||||
plugin:
|
||||
|
||||
@@ -109,7 +109,7 @@ spec:
|
||||
- https://kubernetes-sigs.github.io/metrics-server/
|
||||
- https://git.oceanbox.io/platform/manifests.git
|
||||
- https://git.oceanbox.io/platform/manifests
|
||||
- https://gitlab.com/oceanbox/manifests.git
|
||||
- https://git.oceanbox.io/oceanbox/manifests.git
|
||||
- https://kubernetes.github.io/ingress-nginx
|
||||
- https://cloudnative-pg.github.io/charts
|
||||
- https://charts.jetstack.io
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
clusterConfig:
|
||||
manifests: https://gitlab.com/oceanbox/manifests.git
|
||||
manifests: https://git.oceanbox.io/platform/manifests.git
|
||||
env: "" #[dev, test, staging, prod]
|
||||
initca: ""
|
||||
domain: ".local"
|
||||
|
||||
@@ -233,7 +233,7 @@ grafana:
|
||||
nodeGraph:
|
||||
enabled: true
|
||||
serviceMap:
|
||||
datasourceUid: 'Prometheus'
|
||||
datasourceUid: 'prometheus'
|
||||
tracesToLogs:
|
||||
datasourceUid: loki
|
||||
filterByTraceID: false
|
||||
|
||||
Reference in New Issue
Block a user