Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
update hcl files utilizing the updated k8s module
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 2, 2024
1 parent 2a41398 commit a39a16c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion terraform/envs/sbx-k8s-configuration/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module "k8s" {
source = "../../modules/k8s"
environment = var.environment
k8s_namespace = var.k8s_namespace
acr_login_server_name = var.acr_login_server_name
acr_username = var.acr_username
acr_password = var.acr_password
Expand Down
5 changes: 0 additions & 5 deletions terraform/envs/sbx-k8s-configuration/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ variable "environment" {
}

# K8s
variable "k8s_namespace" {
default = "gitops-ftw"
description = "K8s gitops-ftw namespace."
}

variable "acr_login_server_name" {
default = "TBD"
sensitive = true
Expand Down

0 comments on commit a39a16c

Please sign in to comment.