fix arduino deployment
This commit is contained in:
		@@ -185,8 +185,11 @@ data:
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: ConfigMap
 | 
			
		||||
metadata:
 | 
			
		||||
  name: android
 | 
			
		||||
  name: robocar-objects
 | 
			
		||||
data:
 | 
			
		||||
  OBJECTS_THRESHOLD: "0.2"
 | 
			
		||||
 | 
			
		||||
  # To delete?
 | 
			
		||||
  thresholds.json: |
 | 
			
		||||
    {
 | 
			
		||||
      "threshold_steps": [ 0.07, 0.08, 0.09, 0.1, 0.125, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ],
 | 
			
		||||
 
 | 
			
		||||
@@ -107,7 +107,7 @@ spec:
 | 
			
		||||
            type: CharDevice
 | 
			
		||||
        - name: robocar
 | 
			
		||||
          configMap:
 | 
			
		||||
            name: android
 | 
			
		||||
            name: robocar-objects
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
apiVersion: apps/v1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user