mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +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
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
sources:
|
||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
chart: victoria-metrics-k8s-stack
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
sources:
|
||||
- repoURL: https://github.com/prometheus-community/helm-charts.git
|
||||
targetRevision: kube-prometheus-stack-51.2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue