Skip to content

Commit

Permalink
set default k8s namespace to che (#10366)
Browse files Browse the repository at this point in the history
* allow to override CHE_INFRA_KUBERNETES_NAMESPACE during deploy che on k8s with helm
  • Loading branch information
Roman Iuvshyn authored Jul 10, 2018
1 parent 985d368 commit 19ecb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/che/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data:
{{- if and .Values.global.multiuser .Values.customOidcUsernameClaim }}
CHE_KEYCLOAK_USERNAME__CLAIM: {{ .Values.customOidcUsernameClaim }}
{{- end }}
CHE_INFRA_KUBERNETES_NAMESPACE: ""
CHE_INFRA_KUBERNETES_NAMESPACE: {{ .Values.global.cheInfraKubernetesNamespace }}
CHE_INFRA_KUBERNETES_TRUST__CERTS: "false"
CHE_INFRA_KUBERNETES_PVC_STRATEGY: "common"
CHE_INFRA_KUBERNETES_PVC_QUANTITY: {{ .Values.global.pvcClaim }}
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ global:
gitHubClientID: ""
gitHubClientSecret: ""
pvcClaim: "1Gi"
cheInfraKubernetesNamespace: ""

0 comments on commit 19ecb7d

Please sign in to comment.