Skip to content

Commit

Permalink
Use nested enabled variable to keep consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Rachit Sinha authored and roboquat committed Sep 14, 2021
1 parent e8338ef commit a45506d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/server-ide-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ template "gitpod.comp.imageRepo" . }}:{{ $comp.stableVersion }}
{{- end -}}

{{- if $comp.serverIdeConfigDeploy }}
{{- if $comp.serverIdeConfigDeploy.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
3 changes: 2 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ components:
enabled: false
passlist: []
runDbDeleter: true
serverIdeConfigDeploy: true
serverIdeConfigDeploy:
enabled: true
storage: {}
wsman: []
defaultBaseImageRegistryWhitelist: []
Expand Down

0 comments on commit a45506d

Please sign in to comment.