mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
fix: metadata.annotations: Too long: must have at most 262144 bytes
This commit is contained in:
parent
cb8fbfa110
commit
c67a3eceb9
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
- ServerSideApply=true
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||||
chart: victoria-metrics-k8s-stack
|
chart: victoria-metrics-k8s-stack
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
- ServerSideApply=true
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/prometheus-community/helm-charts.git
|
- repoURL: https://github.com/prometheus-community/helm-charts.git
|
||||||
targetRevision: kube-prometheus-stack-51.2.0
|
targetRevision: kube-prometheus-stack-51.2.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue