Skip to content

Commit

Permalink
KFLUXBUGS-1610 - Update secret object to secretName & key (redhat-app…
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kingsbury authored Dec 16, 2024
1 parent 89439c7 commit 474d011
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ spec:
splunk:
url: https://http-inputs-rhcorporate.splunkcloud.com
authentication:
token: log-forwarder-splunk-rhtap-application-secret
token:
secretName: log-forwarder-splunk-rhtap-application-secret
key: hecToken
- name: splunk-receiver-audit
type: splunk
splunk:
url: https://http-inputs-rhcorporate.splunkcloud.com
authentication:
token: log-forwarder-splunk-rhtap-audit-secret
token:
secretName: log-forwarder-splunk-rhtap-audit-secret
key: hecToken
filters:
- name: parse-json
type: parse
Expand Down

0 comments on commit 474d011

Please sign in to comment.