Lee Spottiswood
Lee Spottiswood
In some instances, it is necessary to provide secret values to Helm. To aid with secret storage with GitOps, it would be nice to be able to support the supplying...
I have noticed that there currently appears to be no support for requesting a compressed response (gzip/deflate) with the Invoke-[RestMethod|WebRequest] cmdlets. It would be useful to have support for this...
Fixes #381
#### Details of the scenario you tried and the problem that is occurring The logic in this policy only evaluates `runAsUser` at the following `securityContext` levels: * `spec.containers.securityContext.runAsUser` * `spec.initContainers.securityContext.runAsUser`...
When deploying a bundle which contains a job with a TTL specified (e.g. `ttlSecondsAfterFinished: 3600`), the bundle will go into a `Modified` state when the job controller removes/purges the job....
**Describe the bug**: When incorrectly specifying the managed identity client ID, cert-manager panics (`v1.15.1`): ``` I0627 11:15:05.256950 1 azuredns.go:99] "No ClientID found: attempting to authenticate with ambient credentials (Azure Workload...