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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This option decides if the CRDs should be installed as part of the Helm installa
19
19
> true
20
20
> ```
21
21
22
-
This option makes it so that the "helm.sh/resource-policy": keep annotation is added to the CRD. This will prevent Helm from uninstalling the CRD when the Helm release is uninstalled. WARNING: when the CRDs are removed, all cert-manager custom resources
22
+
This option makes it so that the "helm.sh/resource-policy": keep annotation is added to the CRD. This will prevent Helm from uninstalling the CRD when the Helm release is uninstalled. WARNING: when the CRDs are removed, all cert-manager custom resources
23
23
(Certificates, Issuers, ...) will be removed too by the garbage collector.
24
24
#### **replicaCount** ~ `number`
25
25
> Default value:
@@ -151,7 +151,7 @@ Optional additional labels to add to the google-cas-issuer Pods
151
151
> {}
152
152
> ```
153
153
154
-
Kubernetes pod resource requests/limits for google-cas-issuer.
154
+
Kubernetes pod resource requests/limits for google-cas-issuer.
155
155
For example:
156
156
157
157
```yaml
@@ -168,7 +168,7 @@ requests:
168
168
> {}
169
169
> ```
170
170
171
-
Kubernetes node selector: node labels for pod assignment
171
+
Kubernetes node selector: node labels for pod assignment
172
172
For example:
173
173
174
174
```yaml
@@ -180,7 +180,7 @@ kubernetes.io/os: linux
180
180
> {}
181
181
> ```
182
182
183
-
Kubernetes affinity: constraints for pod assignment
183
+
Kubernetes affinity: constraints for pod assignment
184
184
For example:
185
185
186
186
```yaml
@@ -199,8 +199,8 @@ nodeAffinity:
199
199
> []
200
200
> ```
201
201
202
-
Kubernetes pod tolerations for google-cas-issuer
203
-
For example:
202
+
Kubernetes pod tolerations for google-cas-issuer
203
+
For example:
204
204
- operator: "Exists"
205
205
#### **priorityClassName** ~ `string`
206
206
> Default value:
@@ -210,4 +210,4 @@ For example:
210
210
211
211
Optional priority class to be used for the google-cas-issuer pods.
0 commit comments