Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Always list the status of a workload in fluxctl #2035

Merged
merged 1 commit into from
May 13, 2019

Commits on May 13, 2019

  1. Always list the status of a workload in fluxctl

    Before this change the `fluxctl list-workloads` command would only list
    the status of a workload if it had containers. But because of how we
    integrated HelmReleases into the Flux daemon, a HelmRelease only has
    'containers' if we are able to detect images in the .spec.values of the
    resource.
    
    After this change it will always list the status of the workload (and
    any policies), regardless of the amount of containers it (does not)
    have.
    hiddeco committed May 13, 2019
    Configuration menu
    Copy the full SHA
    734021a View commit details
    Browse the repository at this point in the history