Edward Cooke
Edward Cooke
Multi-line scalars need to be indented by at least a single space when already indented. Fixes #625
Adds functionality to resolve #712
### Discussed in https://github.com/aaubry/YamlDotNet/discussions/861 Originally posted by **JamesTheButler** October 30, 2023 Hi everyone! I am serializing a class that contains a public `Action` field. Consider the following example: ``` record...
I'm wondering if I can set the password to talk to the neighbor through the cli when adding it. It looks like its in the API, but I can't seem...
**Describe the solution you'd like** Right now I'm using kube-mgmt/opa to expose an endpoint for use as a Kubernetes API Authorization webhook. For example, my api authentication webhook calls `https://opa-opa-kube-mgmt.opa-auth-system.svc.cluster.local:8181/v0/data/k8sallow/allow`....
### Describe the bug When using the `Length` attribute and only specifying the min length, like this `[Length(minLength: 1)]`, the resulting generated CRD has this in it: ```yaml maxLength: -1...
### Describe the bug If you have a property with a name of something like `IPAddress`, the CLI generates a property in the CRD as `iPAddress`. However, when attempting to...
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** Manager and mds pods dont get created due to unapplied SCC's **Expected behavior:** Manager and...
Would it be possible to support configuring the ceph cluster namespace and the operator namespace via environment variables? Currently I have my cluster in one and the operator in another...
I'm running 2 replicas and one of them always falls out of readiness and because there's no liveness probe the pod never restarts to recover. So really I'm seeing 2...