Kyle Schouviller
Kyle Schouviller
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.0.3 Kubernetes provider version: 2.4.1 Kubernetes version: 1.21.2 ``` ### Affected Resource(s) `kubernetes_manifest` ### Terraform Configuration Files ```hcl #...
**Describe the current behavior** `MySQLServer` secrets include a `fullyQualifiedUsername` value. `MySQLUser` secrets do not, and the value must be created by combining the `username` with the `mySqlServerName`. It would be...
We maintain ARM templates for Application Insights availability tests and alert rules, which are deployed on top of an application's Application Insights deployment. It'd be nice to deploy these through...
v2.0.0-beta.2 **Describe the bug** I accidentally tried to deploy a resource group with `azureName` set to `map[create:true name:]` while working on a helm chart. The resource became undeletable, as it...
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** NFS PV will not mount to pod. **Expected behavior:** PV mounts to pod and is...