Skip to content

harness/terraform-kubernetes-harness-delegate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
helm 2.9.0
utils >= 0.14.0

Providers

Name Version
helm 2.9.0
utils >= 0.14.0

Modules

No modules.

Resources

Name Type
helm_release.delegate resource
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
create_namespace Create namespace if it does not exist bool true no
delegate_image The image of delegate. string "" no
delegate_name The name of the Harness delegate. string n/a yes
delegate_token The account secret to use for the Harness delegate. string n/a yes
deploy_mode Delegate deploy_mode, options are 'KUBERNETES', 'KUBERNETES_ONPREM', 'ONPREM'. string "KUBERNETES" no
helm_repository The Helm repository to use. string "https://app.harness.io/storage/harness-download/delegate-helm-chart/" no
init_script Init Script string "" no
manager_endpoint The endpoint of Harness Manager. string n/a yes
namespace The namespace to deploy the Harness delegate to. string "harness-delegate-ng" no
next_gen Is next gen or first gen delegate. bool true no
no_proxy Enter a comma-separated list of suffixes that do not need the proxy. For example, .company.com,hostname,etc. Do not use leading wildcards. string "" no
proxy_host The proxy host. string "" no
proxy_password The proxy password to use for the Harness delegate. string "" no
proxy_port The port of the proxy string "" no
proxy_scheme The proxy user to use for the Harness delegate. string "" no
proxy_user The proxy user to use for the Harness delegate. string "" no
replicas replica count of delegates. number 1 no
upgrader_enabled Is upgrader enabled bool true no
values Additional values to pass to the helm chart. Values will be merged, in order, as Helm does with multiple -f options string "" no

Outputs

Name Description
values n/a