-
Notifications
You must be signed in to change notification settings - Fork 1k
fix(observability-pipelines-worker): correct sgc_path in bootstrap template #2883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
ccb9043
1fe094c
d052eab
63c1213
9e8b3b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,9 +10,9 @@ data: | |
| {{- if .Values.datadog.bootstrap.config }} | ||
| {{- toYaml .Values.datadog.bootstrap.config | nindent 4 }} | ||
| {{- end }} | ||
| {{- if .Values.datadog.bootstrap.secretFileContents }} | ||
| {{- if and .Values.datadog.bootstrap.secretFileContents (not (dig "secret" nil .Values.datadog.bootstrap.config)) }} | ||
| secret: | ||
| sgc_path: /opt/datadog/observability-pipelines-worker/bin/datadog-secret-backend | ||
| sgc_path: /opt/datadog/observability-pipelines-worker/bin/sgc | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. looks like OPW defaults That default matches the sgc binary since 2.13.0, whereas the change to (note i haven't seen the google doc yet)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok yeah I stand by this after looking at the doc. Changing the hardcoded path works too but omitting it fully to defer to the default feels a tad nicer |
||
| backend_type: json | ||
| backend_config: | ||
| file_path: /etc/observability-pipelines-secrets/secrets.json | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.