Nathanael Fuog

Results 9 comments of Nathanael Fuog

our team run in to the problem with WSL

still 404 for me

Note: sad thing is, post-renderer is in some usecases unusable because of this bug: https://github.com/helm/helm/issues/7891 some of the manifest will just skip the hook :disappointed:

thanks but how would you do more than one K/v pair? `provider_configuration="\"FOO\"=\"value1\", \"BAR\"=\"value2\""` does this : ```txt Key Value --- ----- ... provider_configuration map["FOO":"value1", "BAR"="value2"] ... ```

okay, i found out :+1: correct would be using the provider_configuration multiple times ... ```bash ❯ vault write acme/accounts/someaccount \ > [email protected] \ > server_url=https://acme-staging-v02.api.letsencrypt.org/directory \ > terms_of_service_agreed=true \ >...

strange for me the provider seams to be ignored :( ```bash ❯ vault write acme/certs/some-account common_name=some.domain.tld Error writing data to acme/certs/some-account: Error making API request. URL: PUT https://my-vault.somedomain.trld/v1/acme/certs/some-account Code: 400....

I have another situation where I would like to make a mutation based on the state of another variable. if not `spec.runtimeClassName: "gvisor"` and if `spec.securityContext.seccompProfile.type` == `MustNotExist` then and...

having the same problem runing on local kubernetes 1.25, k3s (some Debian nodes with containerd ) it worked until recently. the funny thing is: only PC and Linux (androd version)...

We are experiencing identical issues on both GKE and AKS clusters while using ingress-nginx versions 1.9.1 and 1.9.3. Occasionally, we encounter situations where the backend resides outside the cluster. The...