| commit | e12ced66c32cab580658c66291ac746495553e81 | [log] [tgz] |
|---|---|---|
| author | uniyalna <uuniyal@indracompany.com> | Tue Apr 02 09:26:13 2024 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Apr 02 13:55:24 2024 +0200 |
| tree | f27ce2ca8ba9f7463d3cadf86de786ab03254275 | |
| parent | 41f5ce501984dcb38c25822f26d4c329d0983308 [diff] |
fix VIM monitoring bug 2354 Change-Id: Idda5b8f32bebc472eb20d78dcf47943f00443c84 Signed-off-by: uniyalna <uuniyal@indracompany.com>
diff --git a/installers/helm/osm/templates/ro/ro-configmap.yaml b/installers/helm/osm/templates/ro/ro-configmap.yaml index d8cce02..ca59835 100644 --- a/installers/helm/osm/templates/ro/ro-configmap.yaml +++ b/installers/helm/osm/templates/ro/ro-configmap.yaml
@@ -29,4 +29,5 @@ OSMRO_STORAGE_COLLECTION: "files" OSMRO_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" OSMRO_LOG_LEVEL: {{ .Values.ro.logLevel | default .Values.global.logLevel | default "INFO" }} -{{- end }} \ No newline at end of file + OSMRO_PERIOD_REFRESH_ACTIVE: "-1" +{{- end }}