Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Fedora Ingest Service
Commits
96d9f892
Commit
96d9f892
authored
Nov 03, 2020
by
Jonas Waeber
Browse files
Fix deployment configmap syntax
parent
1e70cc5c
Pipeline
#16553
passed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/app-config.yaml
View file @
96d9f892
...
@@ -5,7 +5,7 @@ metadata:
...
@@ -5,7 +5,7 @@ metadata:
namespace
:
memobase
namespace
:
memobase
data
:
data
:
CLIENT_ID
:
{{
.Values.clientId
}}
CLIENT_ID
:
{{
.Values.clientId
}}
IS_SIMPLE
:
{{
.Values.isSimple
}}
IS_SIMPLE
:
"
{{
.Values.isSimple
}}
"
TOPIC_IN
:
{{
.Values.inputTopicName
}}
TOPIC_IN
:
{{
.Values.inputTopicName
}}
TOPIC_OUT
:
{{
.Values.outputTopicName
}}
TOPIC_OUT
:
{{
.Values.outputTopicName
}}
TOPIC_REPORTING
:
{{
.Values.reportingTopicName
}}
TOPIC_REPORTING
:
{{
.Values.reportingTopicName
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment