Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
radiant-cluster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
radiant-cluster
Commits
2234ddf0
Commit
2234ddf0
authored
9 months ago
by
Rob Kooper
Browse files
Options
Downloads
Patches
Plain Diff
allow to enable manilla
parent
cdb53948
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
terraform/modules/argocd/argocd.tf
+1
-0
1 addition, 0 deletions
terraform/modules/argocd/argocd.tf
terraform/modules/argocd/variables.tf
+6
-0
6 additions, 0 deletions
terraform/modules/argocd/variables.tf
with
7 additions
and
0 deletions
terraform/modules/argocd/argocd.tf
+
1
−
0
View file @
2234ddf0
...
...
@@ -35,6 +35,7 @@ locals {
longhorn_replicas
=
var
.
longhorn_replicas
nfs_enabled
=
var
.
nfs_enabled
cinder_enabled
=
var
.
cinder_enabled
manilla_enabled
=
var
.
manilla_enabled
metallb_enabled
=
var
.
metallb_enabled
floating_ip
=
var
.
floating_ip
ingress_controller_enabled
=
var
.
ingress_controller_enabled
...
...
This diff is collapsed.
Click to expand it.
terraform/modules/argocd/variables.tf
+
6
−
0
View file @
2234ddf0
...
...
@@ -117,6 +117,12 @@ variable "cinder_enabled" {
default
=
true
}
variable
"manilla_enabled"
{
type
=
bool
description
=
"Enable manilla storage"
default
=
false
}
variable
"longhorn_enabled"
{
type
=
bool
description
=
"Enable longhorn storage"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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