Skip to content

Commit 1d08ad7

Browse files
committed
fix: added missing vars cluster and rancher
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
1 parent c101813 commit 1d08ad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/verrazzano/templates.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ locals {
114114
) : templatefile("${path.module}/resources/vz_admin_nip.template.yaml", {
115115
profile = var.verrazzano_profile
116116
argocd = var.argocd
117+
cluster = "admin"
117118
coherence = var.coherence
118119
console = var.console
119120
environment = "${var.label_prefix}-admin"
@@ -136,6 +137,7 @@ locals {
136137
opensearch_dashboards = var.opensearch_dashboards
137138
prometheus = var.prometheus
138139
prometheus_operator = var.prometheus_operator
140+
rancher = var.rancher
139141
velero = var.velero
140142
weblogic_operator = var.weblogic_operator
141143
}

0 commit comments

Comments
 (0)