k8s resource names are not configurable #1713
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
kind/question
Issues or PRs that are questions around the project or a particular feature
Expected Behavior
When deploying Tekton Pipelines, I expect to be able to change resource names to match our conventions.
Actual Behavior
tekton-pipelines-webhook
config-logging
andconfig-observability
, despite being configurable in the controller’s Deploymentconfig-artifact-bucket
andconfig-artifact-pvc
Steps to Reproduce the Problem
CrashLoopBackOff
sAdditional Info
We have a policy of not blindly applying .yml distributions to our clusters; instead, we go through them to make sure we understand what we’re deploying and how the services that comprise a system fit together.
There’s almost always things in the distributed resources that we like to clean up; for Tekton, I thought it was redundant to name resources
tekton-pipelines-…
when we were creating a wholetekton-pipelines
namespace for them; and likewise redundant to start all ConfigMap names withconfig-…
.The text was updated successfully, but these errors were encountered: