Skip to content

Commit f20e5fb

Browse files
committed
forgot to run "make generate"
1 parent 99896db commit f20e5fb

File tree

3 files changed

+94
-60
lines changed

3 files changed

+94
-60
lines changed

deploy/charts/venafi-kubernetes-agent/README.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ The timeout before a metrics scrape fails.
6363
> ```
6464
6565
Additional labels to add to the PodMonitor.
66-
6766
#### **metrics.podmonitor.annotations** ~ `object`
6867
> Default value:
6968
> ```yaml
@@ -96,9 +95,6 @@ endpointAdditionalProperties:
9695
- __meta_kubernetes_pod_node_name
9796
targetLabel: instance
9897
```
99-
100-
101-
10298
#### **replicaCount** ~ `number`
10399
> Default value:
104100
> ```yaml
@@ -113,30 +109,28 @@ default replicas, do not scale up
113109
> ```
114110
115111
The container image for the Venafi Enhanced Issuer manager.
116-
117112
#### **image.pullPolicy** ~ `string`
118113
> Default value:
119114
> ```yaml
120115
> IfNotPresent
121116
> ```
122117
123118
Kubernetes imagePullPolicy on Deployment.
124-
125119
#### **image.tag** ~ `string`
126120
> Default value:
127121
> ```yaml
128122
> v0.0.0
129123
> ```
130124
131125
Overrides the image tag whose default is the chart appVersion.
132-
133126
#### **imagePullSecrets** ~ `array`
134127
> Default value:
135128
> ```yaml
136129
> []
137130
> ```
138131
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
140134
#### **nameOverride** ~ `string`
141135
> Default value:
142136
> ```yaml
@@ -157,22 +151,21 @@ Helm default setting, use this to shorten the full install name.
157151
> true
158152
> ```
159153
160-
Specifies whether a service account should be created
154+
Specifies whether a service account should be created.
161155
#### **serviceAccount.annotations** ~ `object`
162156
> Default value:
163157
> ```yaml
164158
> {}
165159
> ```
166160
167-
Annotations YAML to add to the service account
161+
Annotations YAML to add to the service account.
168162
#### **serviceAccount.name** ~ `string`
169163
> Default value:
170164
> ```yaml
171165
> ""
172166
> ```
173167
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.
176169
#### **podAnnotations** ~ `object`
177170
> Default value:
178171
> ```yaml
@@ -186,7 +179,17 @@ Additional YAML annotations to add the the pod.
186179
> {}
187180
> ```
188181
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+
```
190193
#### **http_proxy** ~ `string`
191194
192195
Configures the HTTP_PROXY environment variable where a HTTP proxy is required.
@@ -267,7 +270,7 @@ Specify the command to run overriding default binary.
267270
> ```
268271
269272
Specify additional arguments to pass to the agent binary.
270-
For example `["--strict", "--oneshot"]`
273+
Example: `["--strict", "--oneshot"]`
271274
#### **volumes** ~ `array`
272275
> Default value:
273276
> ```yaml
@@ -372,21 +375,23 @@ Account in the Venafi Control Plane.
372375
> 0h1m0s
373376
> ```
374377
375-
Send data back to the platform every minute unless changed
378+
Send data back to the platform every minute unless changed.
376379
#### **config.clusterName** ~ `string`
377380
> Default value:
378381
> ```yaml
379382
> ""
380383
> ```
381384
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.
383387
#### **config.clusterDescription** ~ `string`
384388
> Default value:
385389
> ```yaml
386390
> ""
387391
> ```
388392
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
394+
Control Plane.
390395
#### **config.ignoredSecretTypes[0]** ~ `string`
391396
> Default value:
392397
> ```yaml

0 commit comments

Comments
 (0)