File tree 2 files changed +28
-6
lines changed
pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates
testdata/project-v4-with-plugins/dist/chart
2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,27 @@ rbac:
109
109
110
110
# [CRDs]: To enable the CRDs
111
111
crd:
112
+ # This option determines whether the CRDs are included
113
+ # in the installation process.
112
114
enable: true
115
+
116
+ # Enabling this option adds the "helm.sh/resource-policy": keep
117
+ # annotation to the CRD, ensuring it remains installed even when
118
+ # the Helm release is uninstalled.
119
+ # NOTE: Removing the CRDs will also remove all cert-manager CR(s)
120
+ # (Certificates, Issuers, ...) due to garbage collection.
113
121
keep: true
114
122
115
- # [METRICS]: Set to true to generate manifests for exporting metrics
123
+ # [METRICS]: Set to true to generate manifests for exporting metrics.
124
+ # To disable metrics export set false, and ensure that the
125
+ # ControllerManager argument "--metrics-bind-address=:8443" is removed.
116
126
metrics:
117
127
enable: true
118
-
119
128
{{ if .Webhooks }}
120
129
# [WEBHOOKS]: Webhooks configuration
130
+ # The following configuration is automatically generated from the manifests
131
+ # generated by controller-gen. To update run 'make manifests' and
132
+ # the edit command with the '--force' flag
121
133
webhook:
122
134
enable: true
123
135
services:
@@ -160,7 +172,6 @@ webhook:
160
172
{{- end }}
161
173
{{- end }}
162
174
{{ end }}
163
-
164
175
# [PROMETHEUS]: To enable a ServiceMonitor to export metrics to Prometheus set true
165
176
prometheus:
166
177
enable: false
Original file line number Diff line number Diff line change @@ -49,15 +49,27 @@ rbac:
49
49
50
50
# [CRDs]: To enable the CRDs
51
51
crd :
52
+ # This option determines whether the CRDs are included
53
+ # in the installation process.
52
54
enable : true
55
+
56
+ # Enabling this option adds the "helm.sh/resource-policy": keep
57
+ # annotation to the CRD, ensuring it remains installed even when
58
+ # the Helm release is uninstalled.
59
+ # NOTE: Removing the CRDs will also remove all cert-manager CR(s)
60
+ # (Certificates, Issuers, ...) due to garbage collection.
53
61
keep : true
54
62
55
- # [METRICS]: Set to true to generate manifests for exporting metrics
63
+ # [METRICS]: Set to true to generate manifests for exporting metrics.
64
+ # To disable metrics export set false, and ensure that the
65
+ # ControllerManager argument "--metrics-bind-address=:8443" is removed.
56
66
metrics :
57
67
enable : true
58
68
59
-
60
69
# [WEBHOOKS]: Webhooks configuration
70
+ # The following configuration is automatically generated from the manifests
71
+ # generated by controller-gen. To update run 'make manifests' and
72
+ # the edit command with the '--force' flag
61
73
webhook :
62
74
enable : true
63
75
services :
@@ -79,7 +91,6 @@ webhook:
79
91
resources :
80
92
- memcacheds
81
93
82
-
83
94
# [PROMETHEUS]: To enable a ServiceMonitor to export metrics to Prometheus set true
84
95
prometheus :
85
96
enable : false
You can’t perform that action at this time.
0 commit comments