Tim Hobbs

Results 25 comments of Tim Hobbs

We are seeing that ApplicationSets also incorrectly remain in 'Degraded' state when using a templated field as the `template.metadata.name`. ``` ApplicationSet my-appset contains applications with duplicate name: {{path.basenameNormalized}} (and 19...

OK thanks for the confirmation. I think I see the issue: There is no mechanism for a custom generator (allowing a filter of invalid results) - so this means that...

in 0.24.0 I also see: ``` ENV SOME_DIR=/var/run/foo RUN mkdir -p ${SOME_DIR} && chown -R 65534:65534 ${SOME_DIR} ``` In the resulting image: ``` $ ls -al /var/run total 12 drwxr-xr-x...

While GNU envsubst does have the ability to specify the variables to substitute, we always use `envsubst "$(printf '$%s ' $(compgen -v -X '[a-z]*'))"` in order to replace all the...

We are still seeing this with version v3.5.0 ``` 2021-04-01T16:12:51.721Z [DEBUG] plugin.terraform-provider-gitlab_v3.5.0: 2021/04/01 16:12:51 [DEBUG] GitLab API Request Details: 2021-04-01T16:12:51.721Z [DEBUG] plugin.terraform-provider-gitlab_v3.5.0: ---[ REQUEST ]--------------------------------------- 2021-04-01T16:12:51.721Z [DEBUG] plugin.terraform-provider-gitlab_v3.5.0: GET /api/v4/projects/**redacted**/protected_branches/master...

We would be happy with a global option that removed after each repo. Thanks for the timely response

Thanks for the feedback @bachp. In our case even with lfs setup large files are not pulled due to an .lfsconfig that ignores all by default. This is why `git...

IMO this should be opt-in. Helm can create empty files if the template does not write any content, such as the case of a conditional file, and this should not...

@webwurst We're very interested in having a Helm Chart for this. Could you share your thoughts on the "certain components" you envision for conditional dependencies in case we have time...

CRDs must exist before creating objects of that kind. https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#create-custom-objects