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
Copy file name to clipboardExpand all lines: charts/capsule/README.md.gotmpl
+1-25Lines changed: 1 addition & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Here the values you can override:
137
137
{{- end }}
138
138
{{- end }}
139
139
140
-
### Webhooks Parameters
140
+
### Admission Webhook Parameters
141
141
142
142
| Key | Type | Default | Description |
143
143
|-----|------|---------|-------------|
@@ -147,30 +147,6 @@ Here the values you can override:
147
147
{{- end }}
148
148
{{- end }}
149
149
150
-
## Created resources
151
-
152
-
This Helm Chart creates the following Kubernetes resources in the release namespace:
153
-
154
-
* Capsule Namespace
155
-
* Capsule Operator Deployment
156
-
* Capsule Service
157
-
* CA Secret
158
-
* Certificate Secret
159
-
* Tenant Custom Resource Definition
160
-
* CapsuleConfiguration Custom Resource Definition
161
-
* MutatingWebHookConfiguration
162
-
* ValidatingWebHookConfiguration
163
-
* RBAC Cluster Roles
164
-
* Metrics Service
165
-
166
-
And optionally, depending on the values set:
167
-
168
-
* Capsule ServiceAccount
169
-
* Capsule Service Monitor
170
-
* PodSecurityPolicy
171
-
* RBAC ClusterRole and RoleBinding for pod security policy
172
-
* RBAC Role and Rolebinding for metrics scrape
173
-
174
150
## Notes on installing Custom Resource Definitions with Helm3
175
151
176
152
Capsule, as many other add-ons, defines its own set of Custom Resource Definitions (CRDs). Helm3 removed the old CRDs installation method for a more simple methodology. In the Helm Chart, there is now a special directory called `crds` to hold the CRDs. These CRDs are not templated, but will be installed by default when running a `helm install` for the chart. If the CRDs already exist (for example, you already executed `helm install`), it will be skipped with a warning. When you wish to skip the CRDs installation, and do not see the warning, you can pass the `--skip-crds` flag to the `helm install` command.
0 commit comments