Added missing config
This commit is contained in:
		@@ -14,7 +14,7 @@ type: application
 | 
			
		||||
 | 
			
		||||
# This is the chart version. This version number should be incremented each time you make changes
 | 
			
		||||
# to the chart and its templates, including the app version.
 | 
			
		||||
version: 0.1.5
 | 
			
		||||
version: 0.1.6
 | 
			
		||||
 | 
			
		||||
# This is the version number of the application being deployed. This version number should be
 | 
			
		||||
# incremented each time you make changes to the application.
 | 
			
		||||
 
 | 
			
		||||
@@ -47,6 +47,7 @@ data:
 | 
			
		||||
  SENTRY_DSN: "{{ .Values.jobOrchestrator.sentry_dsn }}"
 | 
			
		||||
  URSIM_CONTROL_IMAGE: "registry.kmlabz.com/universalrobots/single_ursim_control:latest"
 | 
			
		||||
  URSIM_CONTROL_CONFIGMAP: "single-ursim-controller-config"
 | 
			
		||||
  LINK_QUALITY_REPORT_URL: "{{ .Values.jobOrchestrator.link_quality_report_url }}"
 | 
			
		||||
---
 | 
			
		||||
apiVersion: types.kubefed.io/v1beta1
 | 
			
		||||
kind: FederatedConfigMap
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,7 @@ k8s:
 | 
			
		||||
  regcred_name: regcred
 | 
			
		||||
jobOrchestrator:
 | 
			
		||||
  sentry_dsn: ""
 | 
			
		||||
  link_quality_report_url: "http://192.168.110.100:30420/report/link"
 | 
			
		||||
programService:
 | 
			
		||||
  sentry_dsn: ""
 | 
			
		||||
singleURSimControl:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user