You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
I have a deployment that takes a lot of time to stage, and it never gets to the end because of the pending_builds.expiration_in_seconds which is set to 42. I ended up tweaking this property "live" in my cluster and managed to make the build work, but now I'm trying to change this value in my manifests via ytt, but I can't find a sane way to do this.
I have a deployment that takes a lot of time to stage, and it never gets to the end because of the
pending_builds.expiration_in_secondswhich is set to 42. I ended up tweaking this property "live" in my cluster and managed to make the build work, but now I'm trying to change this value in my manifests viaytt, but I can't find a sane way to do this.The properties I would like to override are here:
capi-k8s-release/config/ccng-config.lib.yml
Lines 306 to 311 in 1cab1d5