Added quation marks where needed
This commit is contained in:
parent
267121bfe8
commit
b358aea724
@ -44,7 +44,7 @@ metadata:
|
|||||||
name: job-orchestrator-config
|
name: job-orchestrator-config
|
||||||
data:
|
data:
|
||||||
SQLALCHEMY_DATABASE_URI: "postgresql://joborchestrator:joborchestratorpostgressupersecret@job-orchestrator-postgres/joborchestrator"
|
SQLALCHEMY_DATABASE_URI: "postgresql://joborchestrator:joborchestratorpostgressupersecret@job-orchestrator-postgres/joborchestrator"
|
||||||
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"
|
||||||
---
|
---
|
||||||
@ -53,6 +53,6 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: single-ursim-controller-config
|
name: single-ursim-controller-config
|
||||||
data:
|
data:
|
||||||
DRY_RUN: {{ .Values.singleURSimControl.dry_run }}
|
DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
|
||||||
REDIS_URL: "redis://controller-redis/0"
|
REDIS_URL: "redis://controller-redis/0"
|
||||||
SENTRY_DSN: {{ .Values.singleURSimControl.sentry_dsn }}
|
SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
|
||||||
|
@ -42,5 +42,5 @@ metadata:
|
|||||||
name: program-service-config
|
name: program-service-config
|
||||||
data:
|
data:
|
||||||
MONGO_URI: "mongodb://root:programservicemongosupersecret@program-service-mongo:27017/programservice?authSource=admin"
|
MONGO_URI: "mongodb://root:programservicemongosupersecret@program-service-mongo:27017/programservice?authSource=admin"
|
||||||
SENTRY_DSN: {{ .Values.programService.sentry_dsn }}
|
SENTRY_DSN: "{{ .Values.programService.sentry_dsn }}"
|
||||||
|
|
||||||
|
@ -26,5 +26,5 @@ metadata:
|
|||||||
name: job-orchestrator-account
|
name: job-orchestrator-account
|
||||||
{{ if eq .Values.k8s.use_regcred true }}
|
{{ if eq .Values.k8s.use_regcred true }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: {{ .Values.k8s.regcred_name }}
|
- name: "{{ .Values.k8s.regcred_name }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user