Ivan Ka

Results 538 comments of Ivan Ka

There is definitely a benefit. Upstream official docker image always nice to have. Everyone could beald an image `FROM` an official one. probably worth to add `.dockerignore` too ``` node_modules/...

Can we not to support ID and project name as Gitlab actually does?

The intention is right to support project number ID, but Gitlab does support `The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).` so both are working.

The second example is not correct. Your minimal values are ```yml slackAlertChannel: ~ datadog: ``` Basically the expression `(.Values.datadog.monitors)` will evaluate to `nil pointer evaluating interface {}.monitors` if the minival...

Would be nice to have a full example with unitest version that is used. I have created a repository to reproduce an initial [issue](https://github.com/ik-workshop/helm-unittests-issues/tree/master/issue-183) So the template is ```yml ---...

slightly tweaked the test, to catch `nil` ```yaml globallyRequiredValues: &globallyRequiredValues commitSha: 12345 environment: foo codeRepo: https://github.com/myco/helm-charts ingress: rules: hello-world resources: {} suite: "test paradox" templates: - templates/ingress.yaml tests: - it:...

To clarify a bit more. This is what happening. The framework is trying to interpret ```yml ingress.routes: ~ ``` Sometimes as ```json { "ingress": { "routes": "~" } } ```...

Hi. You need to share a reproducable example. At the moment it looks more like a template helm chart template misconfiguration at the moment.

Hi, @nabadger. I never contribute to this project, but was using it extensively on aws. Did recently a spike to run dex on k8s with something else, but k8s-authenticator is...

Any plans to add this capability to a roadmap?