Added missing config

This commit is contained in:
Pünkösd Marcell 2021-12-14 17:32:46 +01:00
parent aa67cd984b
commit b985c410ab
3 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -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: