File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
chart/validator/templates Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
// ValidatorConfigSpec defines the desired state of ValidatorConfig.
25
25
type ValidatorConfigSpec struct {
26
- // HelmConfig defines the configuration for the Helm repository .
26
+ // HelmConfig defines the configuration for the Helm registry .
27
27
HelmConfig HelmConfig `json:"helmConfig" yaml:"helmConfig"`
28
28
29
29
// Plugins defines the configuration for the validator plugins.
Original file line number Diff line number Diff line change @@ -7,15 +7,9 @@ metadata:
7
7
spec :
8
8
helmConfig :
9
9
registry : {{ required ".Values.helmConfig.registry is required!" .Values.helmConfig.registry }}
10
- {{- if .Values.helmConfig.caFile }}
11
10
caFile : {{ .Values.helmConfig.caFile }}
12
- {{- end }}
13
- {{- if .Values.helmConfig.insecureSkipVerify }}
14
11
insecureSkipVerify : {{ .Values.helmConfig.insecureSkipVerify }}
15
- {{- end }}
16
- {{- if .Values.helmConfig.authSecretName }}
17
12
authSecretName : {{ .Values.helmConfig.authSecretName }}
18
- {{- end }}
19
13
plugins :
20
14
{{- range .Values.plugins }}
21
15
-
Original file line number Diff line number Diff line change 40
40
description : ValidatorConfigSpec defines the desired state of ValidatorConfig.
41
41
properties :
42
42
helmConfig :
43
- description : HelmConfig defines the configuration for the Helm repository .
43
+ description : HelmConfig defines the configuration for the Helm registry .
44
44
properties :
45
45
authSecretName :
46
46
description : AuthSecretName is the name of the K8s secret containing
You can’t perform that action at this time.
0 commit comments