We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c101813 commit 1d08ad7Copy full SHA for 1d08ad7
modules/verrazzano/templates.tf
@@ -114,6 +114,7 @@ locals {
114
) : templatefile("${path.module}/resources/vz_admin_nip.template.yaml", {
115
profile = var.verrazzano_profile
116
argocd = var.argocd
117
+ cluster = "admin"
118
coherence = var.coherence
119
console = var.console
120
environment = "${var.label_prefix}-admin"
@@ -136,6 +137,7 @@ locals {
136
137
opensearch_dashboards = var.opensearch_dashboards
138
prometheus = var.prometheus
139
prometheus_operator = var.prometheus_operator
140
+ rancher = var.rancher
141
velero = var.velero
142
weblogic_operator = var.weblogic_operator
143
}
0 commit comments