kubernetes-delegate

harness/kubernetes-delegate/harness

Terraform Module HCL HARNESS

Terraform module for installing a Harness Delegate into a Kubernetes cluster

Install
module "kubernetes-delegate" {
source = "harness/kubernetes-delegate/harness"
version = "0.1.4"
}
plain text: /constructs/tfmod-harness-kubernetes-delegate-harness/install.txt
⭐ Source on GitHub 📦 Registry page
README

Harness Kubernetes Delegate Install This module will install the Harness delegate into a Kubernetes cluster. Requirements | Name | Version | |------|---------| | helm | 2.5.1 | | utils | >= 0.14.0 | Providers | Name | Version | |------|---------| | helm | 2.5.1 | | utils | 0.17.21 | Modules No modules. Resources | Name | Type | |------|------| | helm_release.delegate | resource | | utils_deep_merge_yaml.irsa | data source | | utils_deep_merge_yaml.values | data source | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | account\_id | The account ID to use for the Harness delegate. | string | n/a | yes | | account\_secret | The account secret to use for the Harness delegate. | string | n/a | yes | | delegate\_name | The name of the

Inputs (11)
NameTypeDescriptionDefault
account_idstringThe account ID to use for the Harness delegate. required
delegate_profilestringThe ID of the delegate profile to use. required
account_secretstringThe account secret to use for the Harness delegate. required
helm_repositorystringThe Helm repository to use.""
proxy_userstringThe proxy user to use for the Harness delegate.""
valuesstringAdditional values to pass to the helm chart. Values will be merged, in order, as""
namespacestringThe namespace to deploy the Harness delegate to."harness-delegate"
delegate_namestringThe name of the Harness delegate."harness-delegate"
proxy_passwordstringThe proxy password to use for the Harness delegate.""
irsa_enabledboolWhether to enable IRSA for the Harness delegate.false
irsa_role_arnstringThe ARN of the role to use for IRSA for the Harness delegate.""
Outputs (1)
values
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.4
Cloud HARNESS
★ Stars4
Forks7
Total downloads2.3k
Inputs11
Outputs1
Resources1
Examples1
LicenseApache-2.0
Namespaceharness
Updated