Skip to content

Commit

Permalink
Merge pull request #151 from eformat/tl500-ocp-4-11-fix-crw2
Browse files Browse the repository at this point in the history
πŸ™€ devfile v2 values file - updated after rhpds test πŸ™€
  • Loading branch information
eformat authored Nov 25, 2022
2 parents 3247159 + ecb6ed7 commit 35d6c4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tooling/charts/tl500-course-content/templates/crw/crwv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ spec:
logLevel: INFO
extraProperties: {{ toYaml .Values.crwv2.properties | nindent 8 | default "" }}
devEnvironments:
runningLimit: 1
secondsOfRunBeforeIdling: {{ .Values.crwv2.secondsOfRunBeforeIdling | default "-1" | quote }}
secondsOfRunBeforeIdling: {{ .Values.crwv2.secondsOfRunBeforeIdling | default -1 }}
defaultNamespace:
template: <username>-devspaces
secondsOfInactivityBeforeIdling: {{ .Values.crwv2.secondsOfInactivityBeforeIdling | default "-1" | quote }}
secondsOfInactivityBeforeIdling: {{ .Values.crwv2.secondsOfInactivityBeforeIdling | default -1 }}
storage:
pvcStrategy: per-user
{{- end }}

0 comments on commit 35d6c4a

Please sign in to comment.