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: Makefile
+78Lines changed: 78 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,84 @@ install: manifests ## Install CRDs into the K8s cluster specified in ~/.kube/con
290
290
uninstall: manifests ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
Copy file name to clipboardExpand all lines: charts/capsule-proxy/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ If you only need to make minor customizations, you can specify them on the comma
164
164
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"enabled":true,"readOnlyRootFilesystem":true,"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002}`| Security context for the capsule-proxy container. |
165
165
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account. |
166
166
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
167
+
| serviceAccount.imagePullSecrets | list |`[]`| Pullsecrets mounted to the service account, used to pull images from private registries. |
167
168
| serviceAccount.name | string |`capsule-proxy`| The name of the service account to use. If not set and `serviceAccount.create=true`, a name is generated using the fullname template |
168
169
| tolerations | list |`[]`| Set list of tolerations for the capsule-proxy pod. |
169
170
| topologySpreadConstraints | list |`[]`| Topology Spread Constraints for the capsule-proxy pod. |
0 commit comments