red8888

Results 71 comments of red8888

I found out breathe only works with c++. Found this thread and used this guys branch to try to get it working with a csharp domain: https://github.com/michaeljones/breathe/pull/550 `pip install git+https://github.com/rogerbarton/sphinx-csharp.git`...

Is it possible to have sphinx build execute pre build commands? could sphinx just call doxygen first?

Realized that config block is under the wrong component- duh i should have noticed. Weirdly though I can see that someone fixed this and merged, but maybe someone broke it...

So a dry run through `kubectl` would have caught this but helm currently cannot?

I want to bump this. I know this is by design, but I think it is an issue because it seriously limits the use of kubernetes_manifest for installing CRDs. I...

> My workaround for this issue: > > ```terraform > provider "helm" { > repository_config_path = "${path.module}/.helm/repositories.yaml" > repository_cache = "${path.module}/.helm" > kubernetes { > host = module.cluster_linux.cluster_endpoint > cluster_ca_certificate...

any movement on this? Is it even possible to use impersonation with cloud_sql_proxy? Im not generating static non-expiring keys for my service accounts

Is there any updates or status on this? The only way I have been able to impersonate is with gcloud via `gcloud config set auth/impersonate_service_account ` The support for this...

@jjcallis The Datadog Operator is still in public beta, which I suppose is a valid excuse for the docs being hopelessly outdated/incorrect. I just ran into this and had to...

I'm using version: ``` app.kubernetes.io/version: 0.8.1 helm.sh/chart: datadog-operator-0.8.5 ``` Seeing the same thing, I was going to open an issue asking if this was desired behavior or not. This is...