hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/kubernetes/hm_helm_chart/variables.tf

Summary

Maintainability
Test Coverage
variable "repository" {
  type = string
}
variable "chart_name" {
  type = string
}
variable "chart_version" {
  type = string
}
variable "release_name" {
  type = string
}
variable "my_values_yaml_path" {
  type    = string
  default = ""
}
variable "namespace" {
  type = string
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}