This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
fluxctctl list-workloads
shows empty POLICY
column
#2602
Labels
Describe the bug
When running https://github.com/weaveworks/flux-kustomize-example using
--gitpath=production
,fluxctl list-workloads -n demo
using shows an empty POLICY columnThe POLICY should be
locked
To Reproduce
Run test
22_manifest_generation.bats
in themaster
branchExpected behavior
The output of
fluxctl list-workloads -n demo
should beLogs
kubectl logs -n flux-e2e flux-678b8fd96d-4fntl
Additional context
It only fails in
master
, the1.15
release works just fine, and master also works when reverting #2565 , so the problem must be there.Also, the problem doesn't seem to happen with raw manifests, just with generated resources (e.g. while running
12_sync.bats
, the output offluxctl list-workloads
is correct).The text was updated successfully, but these errors were encountered: