Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
vradicevicds committed Sep 23, 2024
1 parent a3abd37 commit 8aeefa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ variable "ingress_nginx_config" {
helm_version = string
chart_values = map(any)
})
description = "TODO" #TODO: Add description
description = "Input configuration for ingress-nginx service deployed with helm release. By setting key 'enabled' to 'true', ingress-nginx service will be deployed. 'helm_repository' is an URL for the repository of ingress-nginx helm chart, where 'helm_version' is its respective version of a chart. 'chart_values' is used for changing default values.yaml of an ingress-nginx chart."
default = {
enable = false
helm_repository = "https://kubernetes.github.io/ingress-nginx"
Expand Down

0 comments on commit 8aeefa0

Please sign in to comment.