Dmitriy Kalinin
Dmitriy Kalinin
currently ytt will merge scalars into maps/etc. by replacing it entirely. should we be more strict about this?
**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...
**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...
**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...
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...
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). - [ ]...
**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...
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.
consider how to configure probes when deploying ``` livenessProbe: httpGet: path: / port: http readinessProbe: httpGet: path: / port: http ```