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

Fix korifi helm chart archive #30

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Fix korifi helm chart archive #30

merged 1 commit into from
Jul 19, 2024

Conversation

rrashidov
Copy link
Contributor

While the archive was modified locally, it was polluted with so called AppleDouble files created by macOS to store extended attributes and metadata. This broke the parsing on helm side. Luckily, there was a way to avoid this by using COPYFILE_DISABLE environment variable when creating your tar.gz archive

- while the archive was modified locally, it was poluted with
  so called AppleDouble files created by macOS to store extended
  attributes and metadata. This broke the parsing on helm side.
  Luckily, there was a way to avoid this by using COPYFILE_DISABLE
  environment variable when creating your tar.gz archive
@kyma-bot kyma-bot added the lgtm label Jul 19, 2024
@kyma-bot kyma-bot merged commit 15c456c into main Jul 19, 2024
5 checks passed
@rrashidov rrashidov deleted the fix-korifi-helm-archive branch July 19, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants