Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
e7a73f9a
Commit
e7a73f9a
authored
2 years ago
by
Santhosh Kumar
Browse files
Options
Download
Patches
Plain Diff
Add dial helm chart
parent
e9076727
patch-3
patch-1
patch-2
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
knowlg-automation/helm_charts/dial-0.1.0.tgz
+0
-0
knowlg-automation/helm_charts/dial-0.1.0.tgz
knowlg-automation/helm_charts/dial/templates/dial-configmap
+2
-2
knowlg-automation/helm_charts/dial/templates/dial-configmap
knowlg-automation/helm_charts/dial/values.yaml
+1
-1
knowlg-automation/helm_charts/dial/values.yaml
with
3 additions
and
3 deletions
+3
-3
knowlg-automation/helm_charts/dial-0.1.0.tgz
0 → 100644
+
0
−
0
View file @
e7a73f9a
File added
This diff is collapsed.
Click to expand it.
knowlg-automation/helm_charts/dial/templates/dial-configmap
+
2
−
2
View file @
e7a73f9a
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: dial-xml-config
namespace:
knowlg-api
namespace:
{{ .Values.api_namespace }}
data:
dial-service_logback.xml: |
<configuration>
...
...
@@ -40,7 +40,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: dial-config
namespace:
knowlg-api
namespace:
{{ .Values.api_namespace }}
data:
dial-service_application.conf: |-
# This is the main configuration file for the application.
...
...
This diff is collapsed.
Click to expand it.
knowlg-automation/helm_charts/dial/values.yaml
+
1
−
1
View file @
e7a73f9a
...
...
@@ -31,4 +31,4 @@ systemconfig_table: system_config
publisher_keyspace_name
:
dialcode_store
publisher_keyspace_table
:
publisher
dialcode_object_type
:
DialCode
graph_event
:
local.learning.graph.events
\ No newline at end of file
graph_event
:
local.learning.graph.events
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets