Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Add a way to override some clock properties #119

@sandhose

Description

@sandhose

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.

The properties I would like to override are here:

pending_builds:
frequency_in_seconds: 300
expiration_in_seconds: 42
pending_droplets:
frequency_in_seconds: 300
expiration_in_seconds: 42

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions