X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2term%2Fresources%2Fconfigfile.properties;h=140cc730aa83ca622f3af241b322fbeac013e286;hb=0ad067633243c09b6f79d80d4bc51f56867fffa1;hp=0155202850148bff828309e8eadea9eebec2de40;hpb=d68f2e965abec2c1078a9c62a9dc27a16e1d359d;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/resources/configfile.properties b/helm/e2term/resources/configfile.properties index 0155202..140cc73 100644 --- a/helm/e2term/resources/configfile.properties +++ b/helm/e2term/resources/configfile.properties @@ -1,3 +1,4 @@ +{{- with index .Values.e2term .key }} Processors: pub pub.Class: com.att.research.basin.pubsubx.Publisher pub.Threads: 2 @@ -16,3 +17,4 @@ scanner.ScanIntervalSeconds: 10 scanner.DeleteOrGZip: delete scanner.LinkDirectory: {{ .pizpub.dataRootDir }}/{{ .pizpub.processedDirectory }} scanner.meta.record_count: countNewLines +{{- end }}