Skip to content

Commit

Permalink
Merge branch 'master' into sso-note-oct9
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee authored Oct 9, 2023
2 parents 3cc5160 + 906fb8b commit ec3d72d
Show file tree
Hide file tree
Showing 6 changed files with 566 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/shipping/Containers/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,6 @@ To address this issue, you can use the `--set` commands provided below in order
--set logzio-k8s-telemetry.image.repository=ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib
--set logzio-k8s-telemetry.prometheus-pushgateway.image.repository=public.ecr.aws/logzio/prom-pushgateway
--set logzio-fluentd.image=public.ecr.aws/logzio/logzio-fluentd
--set logzio-fluentd.daemonset.init.containerImage=public.ecr.aws/docker/library/busybox
--set logzio-trivy.image=public.ecr.aws/logzio/trivy-to-logzio
```
9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@ const config = {
}),
],
],

scripts: [
{
src: '/js/intercomSettings.js'
},
{
src: '/js/intercomWidget.js'
}
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand Down
Loading

0 comments on commit ec3d72d

Please sign in to comment.