mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[PR #134] [MERGED] Fix helm installation failure and cleanup values organization #708
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#708
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/134
Author: @cephasara
Created: 1/24/2021
Status: ✅ Merged
Merged: 1/24/2021
Merged by: @sickcodes
Base:
master← Head:master📝 Commits (1)
2567054remove cmd to install kernel in pod runtime as it has been migrated to Dockerfile📊 Changes
2 files changed (+55 additions, -54 deletions)
View changed files
📝
helm/templates/configmap.yaml(+20 -21)📝
helm/values.yaml(+35 -33)📄 Description
This PR addresses the leftover attribute and command to install a kernel in the pod at runtime. This has been migrated to the Dockerfile itself, so it doesn't take any longer for the pod to start. I accidentally left this in the chart template when I was testing. 😅
Currently, this prevents helm from installing the chart, so this fix is the main reason for this PR.
Additionally, this PR migrates all macOS specific commands out into their own value map so it is a bit cleaner organizationally speaking.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.