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
@@ -113,30 +109,28 @@ default replicas, do not scale up
113
109
> ```
114
110
115
111
The container image for the Venafi Enhanced Issuer manager.
116
-
117
112
#### **image.pullPolicy** ~ `string`
118
113
> Default value:
119
114
> ```yaml
120
115
> IfNotPresent
121
116
> ```
122
117
123
118
Kubernetes imagePullPolicy on Deployment.
124
-
125
119
#### **image.tag** ~ `string`
126
120
> Default value:
127
121
> ```yaml
128
122
> v0.0.0
129
123
> ```
130
124
131
125
Overrides the image tag whose default is the chart appVersion.
132
-
133
126
#### **imagePullSecrets** ~ `array`
134
127
> Default value:
135
128
> ```yaml
136
129
> []
137
130
> ```
138
131
139
-
Specify image pull credentials if using a private registry example: - name: my-pull-secret
132
+
Specify image pull credentials if using a private registry. Example:
133
+
- name: my-pull-secret
140
134
#### **nameOverride** ~ `string`
141
135
> Default value:
142
136
> ```yaml
@@ -157,22 +151,21 @@ Helm default setting, use this to shorten the full install name.
157
151
> true
158
152
> ```
159
153
160
-
Specifies whether a service account should be created
154
+
Specifies whether a service account should be created.
161
155
#### **serviceAccount.annotations** ~ `object`
162
156
> Default value:
163
157
> ```yaml
164
158
> {}
165
159
> ```
166
160
167
-
Annotations YAML to add to the service account
161
+
Annotations YAML to add to the service account.
168
162
#### **serviceAccount.name** ~ `string`
169
163
> Default value:
170
164
> ```yaml
171
165
> ""
172
166
> ```
173
167
174
-
The name of the service account to use.
175
-
If blank and `serviceAccount.create` is true, a name is generated using the fullname template of the release.
168
+
The name of the service account to use. If blank and `serviceAccount.create` is true, a name is generated using the fullname template of the release.
176
169
#### **podAnnotations** ~ `object`
177
170
> Default value:
178
171
> ```yaml
@@ -186,7 +179,17 @@ Additional YAML annotations to add the the pod.
186
179
> {}
187
180
> ```
188
181
189
-
Optional Pod (all containers) `SecurityContext` options, see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod.
182
+
Optional Pod (all containers) `SecurityContext` options, see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod.
183
+
184
+
Example:
185
+
186
+
podSecurityContext
187
+
188
+
```yaml
189
+
runAsUser: 1000
190
+
runAsGroup: 3000
191
+
fsGroup: 2000
192
+
```
190
193
#### **http_proxy** ~ `string`
191
194
192
195
Configures the HTTP_PROXY environment variable where a HTTP proxy is required.
@@ -267,7 +270,7 @@ Specify the command to run overriding default binary.
267
270
> ```
268
271
269
272
Specify additional arguments to pass to the agent binary.
270
-
For example `["--strict", "--oneshot"]`
273
+
Example:`["--strict", "--oneshot"]`
271
274
#### **volumes** ~ `array`
272
275
> Default value:
273
276
> ```yaml
@@ -372,21 +375,23 @@ Account in the Venafi Control Plane.
372
375
> 0h1m0s
373
376
> ```
374
377
375
-
Send data back to the platform every minute unless changed
378
+
Send data back to the platform every minute unless changed.
376
379
#### **config.clusterName** ~ `string`
377
380
> Default value:
378
381
> ```yaml
379
382
> ""
380
383
> ```
381
384
382
-
Name for the cluster resource if it needs to be created in Venafi Control Plane
385
+
Name for the cluster resource if it needs to be created in Venafi Control
386
+
Plane.
383
387
#### **config.clusterDescription** ~ `string`
384
388
> Default value:
385
389
> ```yaml
386
390
> ""
387
391
> ```
388
392
389
-
Description for the cluster resource if it needs to be created in Venafi Control Plane
393
+
Description for the cluster resource if it needs to be created in Venafi
0 commit comments