mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
[PR #134] [MERGED] Fix helm installation failure and cleanup values organization #702
Reference in New Issue
Block a user
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.