mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Depoying helm is throwing errors gtk initialization failed #323
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?
Originally created by @MohamedFBoussaid on GitHub (Feb 8, 2022).
Hello
Thank you for the amazing work that you are doing here.
I am trying to deploy docker-osx in kubernetes but I am facing issues.
Here what I have tried so far:
After pulling the helm files, I have updated the in the values.yaml file the repository from
sickcodes/docker-osx-vnc:latesttosickcodes/docker-osx:latestI have tried to add the following to the configmap.yaml file :
But for some rasion I feel that Launch.sh does not get updated from the configmap file, bcs I am not seeing the command that I have added to the file and also I am expecting to get this
exec qemu-system-x86_64 -m 1280while I am seeing in the logexec qemu-system-x86_64 -m 1000Any idea what I am missing here ?
Thank you