Skip to content

Commit

Permalink
fix(logshipping): use correct values for octobus (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoGoman authored Sep 5, 2024
1 parent 679451a commit e377542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/greenhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
name: greenhouse
description: A Helm chart for deploying greenhouse
type: application
version: 0.2.2
version: 0.2.3
appVersion: "0.1.0"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/greenhouse/templates/pluginconfig-logshipping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ spec:
[OUTPUT]
Name http
Match audit.*
Host {{ index .Values "fluent-bit" "backend" "octobus" "host"}}
Host {{ index .Values "logshipping" "octobus" "host"}}
Port 443
URI {{ index .Values "fluent-bit" "backend" "octobus" "uri"}}
URI {{ index .Values "logshipping" "octobus" "uri"}}
Format json_lines
tls true
tls.verify true
Expand Down

0 comments on commit e377542

Please sign in to comment.