The user should be able to configure via configmap
Actual Behavior
The configmap values don't have don't change the results db or name.
These values should come from the config map, not the environment variable so the enduser/operator just need configure the configmap instead of an environment variable.
Steps to Reproduce the Problem
1.
2.
3.
Additional Info
Kubernetes version:
Output of kubectl version:
(paste your output here)
Tekton Pipeline version:
Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Expected Behavior
The user should be able to configure via configmap
Actual Behavior
The configmap values don't have don't change the results db or name. These values should come from the config map, not the environment variable so the enduser/operator just need configure the configmap instead of an environment variable.
Steps to Reproduce the Problem
1. 2. 3.
Additional Info
Kubernetes version:
Output of
kubectl version
: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}'