Dominique van de Vorle

Results 3 issues of Dominique van de Vorle

Writing "out" to the pin-direction can have the unwanted side effect of changing the pin-value automatically to 0. Checking the pin-direction beforehand prevents unnecessary writes.

### Description I'm trying to set the username for windows containers but the [WindowsSecurityContextOptions](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#windowssecuritycontextoptions-v1-core) seem to be missing. Also documented [here](https://kubernetes.io/docs/tasks/configure-pod-container/configure-runasusername/#set-the-username-for-a-pod). ### Potential Terraform Configuration ```hcl resource "kubernetes_deployment_v1" "example" {...

enhancement