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: deploy/charts/google-cas-issuer/README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,24 @@ A Helm chart for jetstack/google-cas-issuer
20
20
21
21
| Key | Type | Default | Description |
22
22
|-----|------|---------|-------------|
23
+
| affinity | object |`{}`| Kubernetes affinity: constraints for pod assignment |
23
24
| app.approval | object |`{"enabled":true,"subjects":[{"kind":"ServiceAccount","name":"cert-manager","namespace":"cert-manager"}]}`| Handle RBAC permissions for approving Google CAS issuer CertificateRequests. |
24
25
| app.approval.enabled | bool |`true`| enabled determines whether the ClusterRole and ClusterRoleBinding for approval is created. You will want to disable this if you are managing approval RBAC elsewhere from this chart, for example if you create them separately for all installed issuers. |
25
26
| app.approval.subjects | list |`[{"kind":"ServiceAccount","name":"cert-manager","namespace":"cert-manager"}]`| subjects is the subject that the approval RBAC permissions will be bound to. Here we are binding them to cert-manager's ServiceAccount so that the default approve all approver has the permissions to do so. You will want to change this subject to approver-policy's ServiceAccount if using that project (recommended). https://cert-manager.io/docs/projects/approver-policy name: cert-manager-approver-policy namespace: cert-manager |
26
27
| app.logLevel | int |`1`| Verbosity of google-cas-issuer logging. |
27
28
| app.metrics.port | int |`9402`| Port for exposing Prometheus metrics on 0.0.0.0 on path '/metrics'. |
29
+
| commonLabels | object |`{}`| Labels to apply to all resources |
30
+
| deploymentAnnotations | object |`{}`| Optional additional annotations to add to the google-cas-issuer Deployment |
28
31
| image.pullPolicy | string |`"IfNotPresent"`| Kubernetes imagePullPolicy on Deployment. |
0 commit comments