Richard Lavey

Results 6 comments of Richard Lavey

You need to set the `containerPort` on your pod - see #987 ``` ports: - containerPort: 443 name: https ```

Try using `Compress-Archive` / `Expand-Archive` in PowerShell

I'd lean more to the library-in-resource and use `window_feature` approach because it avoids having to keep the wrapper resource in API sync. It also avoids the temptation for people to...

I'd like to add a voice for this. We've just had an issue where we deleted the wrong VM on AWS because the `knife ec2 server delete -N` command uses...

Would giving the k8s secret a dynamic name (e.g. append chart version) be a work-around?. This way each deployment of a new version would result in a new secret, which...

the orphan k8s secrets are the responsibility of the driver not Helm. They have the label `secrets-store.csi.k8s.io/managed=true` on them but I can't see any logic that deletes them