Paul Bouwer
Paul Bouwer
Is there a reason that sub folders are scanned and added to the watch list when a single file is specified to be watched and not a file glob that...
I really like this too! I think this is already covered in the `OSX` And `Linux` scenario with the shebang support added in #956 and #970. For the `Windows` scenario...
@vvolkgang The `assoc` and `ftype` commands are a Windows Command Prompt (`cmd`) feature and do not work in `PowerShell`. You have to resort to `cmd /c` trickery in order for...
That also didn't sit too well with me while I was formatting the output of `:help alias` in the issue. Didn't want to make it overly complex but I do...
Have a look at the following: https://github.com/paulbouwer/experiments/blob/master/aks/install-aadpodidentity-and-secretsstoredriver.md This guidance assumes AKS with Managed Identity (Kubernetes Cloud Provider Identity). It leverages AAD Pod Identity to assign another Managed Identity (Key Vault...
It looks like it. But it is not published from here or by me. You can use the Helm charts in this repo - have a look at the [deploy-using-helm...
@chzbrgr71 - I have this working. I had some issues initially, but @nicholasjackson helped me resolve some of the final ones. Are you using a non-default namespace for installation? That...