Skip to content

Commit

Permalink
condition fluentd-forwarder on opensearch or auditing being enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Zash committed Oct 6, 2023
1 parent 596638c commit ca94132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile/50-applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ releases:
app: fluentd
component: fluentd-forwarder
inherit: [ template: fluentd-elasticsearch ]
installed: {{ and .Values.opensearch.enabled .Values.fluentd.enabled }}
installed: {{ and (or .Values.opensearch.enabled .Values.fluentd.audit.enabled ) .Values.fluentd.enabled }}
values:
- values/fluentd/forwarder-common.yaml.gotmpl
- values/fluentd/forwarder-service-cluster.yaml.gotmpl
Expand Down

0 comments on commit ca94132

Please sign in to comment.