jenkins-x-buildpacks / jenkins-x-kubernetes

Kubernetes Build Pack extends the Classic Build Pack to add opinionated CI+CD for Kubernetes Environments with GitOps based promotion
Apache License 2.0
83 stars 266 forks source link

RFE: More control over the environments #82

Open vfarcic opened 4 years ago

vfarcic commented 4 years ago

Given that environment pipelines are creating namespaces (e.g., jx-staging) there should be a mechanism to extend the definition by, for example, adding labels. A good use case is Istio which requires istio-enabled=true label. Without such a mechanism, users need to modify the namespaces manually and break the everything-in-git GitOps principle.