Final tweaks for devspaces talk.
This commit is contained in:
		@ -79,11 +79,11 @@ spec:
 | 
				
			|||||||
      autoProvision: true
 | 
					      autoProvision: true
 | 
				
			||||||
      template: <username>-devspaces
 | 
					      template: <username>-devspaces
 | 
				
			||||||
    maxNumberOfWorkspacesPerUser: 5
 | 
					    maxNumberOfWorkspacesPerUser: 5
 | 
				
			||||||
    maxNumberOfRunningWorkspacesPerUser: 2
 | 
					    maxNumberOfRunningWorkspacesPerUser: 5
 | 
				
			||||||
    secondsOfInactivityBeforeIdling: 1800
 | 
					    secondsOfInactivityBeforeIdling: 1800
 | 
				
			||||||
    secondsOfRunBeforeIdling: -1
 | 
					    secondsOfRunBeforeIdling: -1
 | 
				
			||||||
    security: {}
 | 
					    security: {}
 | 
				
			||||||
    startTimeoutSeconds: 300
 | 
					    startTimeoutSeconds: 600
 | 
				
			||||||
    storage:
 | 
					    storage:
 | 
				
			||||||
      pvcStrategy: per-user
 | 
					      pvcStrategy: per-user
 | 
				
			||||||
  gitServices: {}
 | 
					  gitServices: {}
 | 
				
			||||||
@ -108,7 +108,7 @@ EOF
 | 
				
			|||||||
#+NAME: Create a custom devfile sample
 | 
					#+NAME: Create a custom devfile sample
 | 
				
			||||||
#+begin_src tmux
 | 
					#+begin_src tmux
 | 
				
			||||||
# Create the configmap with sample json config
 | 
					# Create the configmap with sample json config
 | 
				
			||||||
oc create configmap getting-started-samples --from-file=samples.json -n openshift-devspaces
 | 
					oc create configmap getting-started-samples --from-file=samples.json -n openshift-devspaces --dry-run=client --output yaml | oc apply --filename -
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Label the configmap for use by dev spaces
 | 
					# Label the configmap for use by dev spaces
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user