Skip to content

Commit

Permalink
fixing my var
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacobart committed Sep 20, 2022
1 parent 8b12d40 commit 403c3b1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions modules/kubernetes-addons/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -667,12 +667,6 @@ variable "cert_manager_letsencrypt_email" {
default = ""
}

<<<<<<< HEAD
variable "cert_manager_kubernetes_svc_image_pull_secrets" {
description = "list(string) of kubernetes imagePullSecrets"
type = list(string)
default = []
=======
variable "enable_cert_manager_csi_driver" {
description = "Enable Cert Manager CSI Driver add-on"
type = bool
Expand All @@ -683,7 +677,12 @@ variable "cert_manager_csi_driver_helm_config" {
description = "Cert Manager CSI Driver Helm Chart config"
type = any
default = {}
>>>>>>> main
}

variable "cert_manager_kubernetes_svc_image_pull_secrets" {
description = "list(string) of kubernetes imagePullSecrets"
type = list(string)
default = []
}

#-----------Argo Rollouts ADDON-------------
Expand Down

0 comments on commit 403c3b1

Please sign in to comment.