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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,5 +43,7 @@ A Helm chart for jetstack/google-cas-issuer
43
43
| replicaCount | int |`1`| Number of replicas of google-cas-issuer to run. |
44
44
| resources | object |`{}`| Kubernetes pod resource requests/limits for google-cas-issuer. |
45
45
| serviceAccount.annotations | object |`{}`| Optional annotations to add to the service account |
46
+
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
47
+
| serviceAccount.name | string |`""`| The name used to create the service account or the name of an existing service account to use if not creating one. if create is false, this name is required or the default service account will be used. |
46
48
| tolerations | list |`[]`| Kubernetes pod tolerations for google-cas-issuer |
0 commit comments