Skip to content
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

CSPL-2598 - Fix app package name extraction logic #1327

Merged
merged 5 commits into from
May 2, 2024
Merged

Conversation

akondur
Copy link
Collaborator

@akondur akondur commented Apr 29, 2024

Customer is facing an issue while installing an app from Splunk base. Splunk Operator uses the following command to extract the app name:

tar tf <name> |head -1|cut -d/ -f1

In the case of harmless errors, we would want to log an error and continue with the installation. We will log errors with the Splunk Operator in all cases of errors/warnings but return error and fail installation only when the extracted name is empty

@akondur akondur merged commit 73c52df into develop May 2, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants