camptocamp / devops-stack-module-metallb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

The following requirements are needed by this module:

Providers

The following providers are used by this module:

Resources

The following resources are used by this module:

Required Inputs

The following input variables are required:

subnet

Description: Cluster docker network subnet.

Type: string

Optional Inputs

The following input variables are optional (have default values):

namespace

Description: Namespace to deploy metallb chart to.

Type: string

Default: "metallb-system"

helm_values

Description: Override values.

Type: any

Default:

[
  {}
]

Requirements

Name Version

>= 2

>= 2

>= 1

Providers

Name Version

>= 2

>= 1

Resources

Name Type

resource

resource

data source

Inputs

Name Description Type Default Required

Namespace to deploy metallb chart to.

string

"metallb-system"

no

Cluster docker network subnet.

string

n/a

yes

Override values.

any

[
  {}
]

no

About

License:Apache License 2.0


Languages

Language:Mustache 40.4%Language:Open Policy Agent 31.4%Language:HCL 28.2%