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
04a79fd5
Commit
04a79fd5
authored
2 years ago
by
aimansharief
Browse files
Options
Download
Patches
Plain Diff
Issue KN-767 feat:Added learning service terraform script
parent
5d276c3d
patch-3
knowlg-oneclick
patch-1
patch-2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
knowlg-automation/terraform/local/learning-provision.tf
+10
-0
knowlg-automation/terraform/local/learning-provision.tf
with
10 additions
and
0 deletions
+10
-0
knowlg-automation/terraform/local/learning-provision.tf
0 → 100644
+
10
−
0
View file @
04a79fd5
resource
"helm_release"
"learning"
{
name
=
"learning"
chart
=
var
.
LEARNING_CHART
namespace
=
var
.
LEARNING_NAMESPACE
create_namespace
=
true
dependency_update
=
true
depends_on
=
[
kind_cluster
.
one
-
click
]
wait_for_jobs
=
true
}
\ No newline at end of file
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