-
- Downloads
Merge branch '223-transition-all-bb-values-to-secret-objects-parsed-by-helmrelease' into 'master'
Resolve "Transition all BB values to Secret objects parsed by `HelmRelease`" Summary * Removes all inline `HelmRelease` values and replaces with `{{ .Release.Name }}-<package>-values` secret loaded via `valuesFrom` * These values are loaded _before_ the `values` passthroughs so they get overridden by any customer defined values * the secret creation is handled by a named template `values-secret` * refactors all customer overlay values into the same secret with bb defaults but using a different `overlays` key * introduces `common` values that are set in the `values-secret` named template that all charts can use (currently empty) * Refactors `haproxy-sso` helmrelease into it's own file (instead of with the `authservice` `namespace.yaml`) * ensure istiooperator components are tied to `.Values.istiooperator.enabled` (instead of `.Values.istio.enabled`) Closes #223 See merge request platform-one/big-bang/bigbang!308
No related branches found
No related tags found
Showing
- chart/templates/_helpers.tpl 15 additions, 1 deletionchart/templates/_helpers.tpl
- chart/templates/anchore/anchore-helmrelease.yaml 8 additions, 59 deletionschart/templates/anchore/anchore-helmrelease.yaml
- chart/templates/anchore/values.yaml 74 additions, 0 deletionschart/templates/anchore/values.yaml
- chart/templates/argocd/argocd-helmrelease.yaml 10 additions, 33 deletionschart/templates/argocd/argocd-helmrelease.yaml
- chart/templates/argocd/values.yaml 40 additions, 0 deletionschart/templates/argocd/values.yaml
- chart/templates/authservice/authservice-helmrelease.yaml 13 additions, 47 deletionschart/templates/authservice/authservice-helmrelease.yaml
- chart/templates/authservice/namespace.yaml 0 additions, 136 deletionschart/templates/authservice/namespace.yaml
- chart/templates/authservice/values.yaml 67 additions, 0 deletionschart/templates/authservice/values.yaml
- chart/templates/clusterauditor/clusterauditor-helmrelease.yaml 8 additions, 2 deletions.../templates/clusterauditor/clusterauditor-helmrelease.yaml
- chart/templates/clusterauditor/values.yaml 9 additions, 0 deletionschart/templates/clusterauditor/values.yaml
- chart/templates/gatekeeper/gatekeeper-helmrelease.yaml 8 additions, 2 deletionschart/templates/gatekeeper/gatekeeper-helmrelease.yaml
- chart/templates/gatekeeper/values.yaml 6 additions, 0 deletionschart/templates/gatekeeper/values.yaml
- chart/templates/gitlab-runner/gitlabRunner-helmrelease.yaml 9 additions, 9 deletionschart/templates/gitlab-runner/gitlabRunner-helmrelease.yaml
- chart/templates/gitlab-runner/values.yaml 11 additions, 0 deletionschart/templates/gitlab-runner/values.yaml
- chart/templates/gitlab/helmrelease.yaml 8 additions, 165 deletionschart/templates/gitlab/helmrelease.yaml
- chart/templates/gitlab/values.yaml 193 additions, 0 deletionschart/templates/gitlab/values.yaml
- chart/templates/haproxy/gitrepository.yaml 3 additions, 1 deletionchart/templates/haproxy/gitrepository.yaml
- chart/templates/haproxy/haproxy-authservice.yaml 60 additions, 0 deletionschart/templates/haproxy/haproxy-authservice.yaml
- chart/templates/haproxy/values.yaml 99 additions, 0 deletionschart/templates/haproxy/values.yaml
- chart/templates/istio/controlplane/istio-controlplane-helmrelease.yaml 8 additions, 22 deletions...es/istio/controlplane/istio-controlplane-helmrelease.yaml
Loading
Please register or sign in to comment