Niels Hofmans

Results 202 comments of Niels Hofmans

That would involve forking into a new process that calls a timer and clears the clipboard. I welcome a PR. :-) e.g. in pseudocode; ``` fork(copyToClip(copiedPass)) def copyToClip(pass): copyToClipboard(pass) time.Sleep(minute)...

@steebchen : or would it be possible to provide the path to the KUBECONFIG file? At the moment passing the value into env KUBECONFIG (not out of secrets) is a...

Hi, i'm certainly open for this! Will take a look at it this week.

@IAXES Might I ask what your use case is, considering you don't need to extend the image? Just curious.

FYI, I've been thinking about doing the same for debian. Mostly because the whole security list thing is better maintained compared to alpiine, since it builds upon years of experience.

Related: https://github.com/ironPeakServices/iron-debian

Sorry for the delay @IAXES , but i've been having issues setting up my kubernetes cluster via terraform. Once that's resolved I can look at helm charts.

Hi @sidm1983 , can you try with https://github.com/ironpeakservices/iron-alpine/commit/6969467a7b6b24c0085301b822aec7c27514f998 ?