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