From 5010c430e170e0a79d167b766fff1e073db7f499 Mon Sep 17 00:00:00 2001 From: thr Date: Thu, 7 Mar 2024 09:51:15 +0100 Subject: [PATCH] Merge branch 'dev-msr-thr' of git@github.com:SoftwareAG/webmethods-helm-charts.git into dev-msr-thr and updating helm/README.me from values.yaml --- microservicesruntime/helm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/microservicesruntime/helm/README.md b/microservicesruntime/helm/README.md index bcced01..6efbcd7 100644 --- a/microservicesruntime/helm/README.md +++ b/microservicesruntime/helm/README.md @@ -51,6 +51,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use |-----|------| | [external-postgresql-db](../examples/external-postgresql-db/README.md) | Using MSR with external PostgresQL database | | [msr-defaults](../examples/msr-defaults/README.md) | Recommended default application properties| +| [Fluentd Sidecar](../examples/msr-fluentd-sidecar/README.md) | Running with Fluentd Sidecar | | [msr-post-init](../examples/msr-post-init/README.md) | Performs *post-init* actions after startup, e.g. deploy assets to Universal Messaging | | [msr-push-doc-types](../examples/msr-push-doc-types/README.md) | Pushing IS Document Types after startup | | [msr-statefulset-csq](../examples/msr-statefulset-csq/README.md) | Deploy MSR with stateful set |