You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following input variables are optional (have default values):
71
52
72
-
### lock
73
-
74
-
Description: Lock ressource group for deletion
75
-
76
-
Type: `bool`
53
+
### cert-manager-issuers-version
77
54
78
-
Default: `true`
55
+
Description: Version of the Cert-Manager-issuers helm chart to use
79
56
80
-
### manage\_proximity\_placement\_group
57
+
Type: `string`
81
58
82
-
Description: Manage a proximity placement group for the resource group
59
+
Default: `"0.2.2"`
83
60
84
-
Type: `bool`
61
+
### cert-manager-version
85
62
86
-
Default: `true`
63
+
Description: Version of the Cert-Manager helm chart to use
87
64
88
-
### tags
65
+
Type: `string`
89
66
90
-
Description: Map of tags for the resources
67
+
Default: `"v1.5.4"`
91
68
92
-
Type: `map(any)`
69
+
### cluster-issuers-yaml
93
70
94
-
Default: `{}`
71
+
Description: The YAML code to define cluster issuers for cert-manager. Example: https://github.com/adfinis-sygroup/helm-charts/blob/master/charts/cert-manager-issuers/examples/letsencrypt-clusterissuers.yaml
95
72
96
-
## Outputs
73
+
Type: `string`
97
74
98
-
The following outputs are exported:
75
+
Default: `""`
99
76
100
-
### location
77
+
### issuers-yaml
101
78
102
-
Description: The location input variable (can be used for dependency resolution)
79
+
Description: The YAML code to define issuers for cert-manager. Example: https://github.com/adfinis-sygroup/helm-charts/blob/master/charts/cert-manager-issuers/examples/disable-issuers.yaml
103
80
104
-
### ppg\_id
81
+
Type: `string`
105
82
106
-
Description: The ID of the generated proximity placement group
83
+
Default: `""`
107
84
108
-
### resource\_group
85
+
##Outputs
109
86
110
-
Description: The name of the generated resource group
description="Version of the Cert-Manager helm chart to use"
5
+
}
6
+
7
+
variable"cert-manager-issuers-version" {
8
+
type=string
9
+
default="0.2.2"
10
+
description="Version of the Cert-Manager-issuers helm chart to use"
11
+
}
12
+
13
+
variable"issuers-yaml" {
14
+
type=string
15
+
default=""
16
+
description="The YAML code to define issuers for cert-manager. Example: https://github.com/adfinis-sygroup/helm-charts/blob/master/charts/cert-manager-issuers/examples/disable-issuers.yaml"
17
+
}
18
+
19
+
variable"cluster-issuers-yaml" {
20
+
type=string
21
+
default=""
22
+
description="The YAML code to define cluster issuers for cert-manager. Example: https://github.com/adfinis-sygroup/helm-charts/blob/master/charts/cert-manager-issuers/examples/letsencrypt-clusterissuers.yaml"
0 commit comments