External DB option doesn't filter DB resources during creation time
Closed this issue · 1 comments
khrm commented
Expected Behavior
The external DB option should filter DB resources during creation time.
Actual Behavior
The external DB option doesn't filter DB resources during creation time
If an internal DB is created and afterward, we use the external DB option, db resources are filtered out. But not when we do during creation time.
Steps to Reproduce the Problem
Additional Info
-
Kubernetes version:
Output of
kubectl version
:(paste your output here)
-
Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'