Dmitriy Kalinin

Results 92 issues of Dmitriy Kalinin

currently ytt will merge scalars into maps/etc. by replacing it entirely. should we be more strict about this?

discussion

**Describe the problem/challenge you have** even though ytt does not have access to current time, it's handy to be able to work with date/time formats. for example i'd like to...

enhancement
discussion
carvel accepted

**Describe the problem/challenge you have** users may accidentally forget to have a space in `foo: #@data.values` after `@` and be confused why the data value is not showing up in...

enhancement
discussion
error msg improvement

**Describe the problem/challenge you have** Users may run into a challenge determining why their overlay does not match expected number of nodes. (e.g. if `overlay.subset({"apiVersion": "cert-manager.io/v1"})` but the actual node...

enhancement
discussion

now that yaml.v3 is out and supports preserving comments on yaml nodes, it would be nice to have `ytt fmt -R -f .` command that would format yaml files in...

enhancement
priority/unprioritized-backlog

currently we use struct package provided by starlark. it seems that it lacks few things that would make it friendlier to use (especially for case of data.values). - [ ]...

enhancement
in progress

enhancement
carvel-accepted
awaiting-input

**Describe the problem/challenge you have** would like to verify downloaded contents with https://github.com/sigstore/cosign: - imgpkg bundle - pass down image digest - OCI image (downloaded via imgpkg) - pass down...

enhancement
carvel-accepted
priority/important-longterm

for example: - pull in config/_ytt_lib/github.com/cloudfoundry/cf-for-k8s - override config/_ytt_lib/github.com/cloudfoundry/cf-for-k8s/config/_ytt_lib/github.com/pivotal/kpack with something else.

enhancement
carvel-accepted

consider how to configure probes when deploying ``` livenessProbe: httpGet: path: / port: http readinessProbe: httpGet: path: / port: http ```

enhancement