Skip to content

Commit 29515dc

Browse files
committed
helm: remove useless "+docs:property" markers, and reformat values.yaml
These markers are only meant for properties that don't have a default value.
1 parent b6963ca commit 29515dc

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ image:
6060
# Overrides the image tag whose default is the chart appVersion.
6161
tag: "v0.0.0"
6262

63-
# Specify image pull credentials if using a private registry
64-
# example: - name: my-pull-secret
63+
# Specify image pull credentials if using a private registry. Example:
64+
# - name: my-pull-secret
6565
imagePullSecrets: []
6666

6767
# Helm default setting to override release name, usually leave blank.
@@ -71,22 +71,27 @@ nameOverride: ""
7171
fullnameOverride: ""
7272

7373
serviceAccount:
74-
# Specifies whether a service account should be created
74+
# Specifies whether a service account should be created.
7575
create: true
76-
# Annotations YAML to add to the service account
76+
# Annotations YAML to add to the service account.
7777
annotations: {}
78-
# The name of the service account to use.
79-
# If blank and `serviceAccount.create` is true, a name is generated using the fullname template of the release.
78+
# The name of the service account to use. If blank and `serviceAccount.create`
79+
# is true, a name is generated using the fullname template of the release.
8080
name: ""
8181

8282
# Additional YAML annotations to add the the pod.
8383
podAnnotations: {}
8484

85-
# Optional Pod (all containers) `SecurityContext` options, see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod.
85+
# Optional Pod (all containers) `SecurityContext` options, see
86+
# https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod.
87+
#
88+
# Example:
89+
#
90+
# podSecurityContext
91+
# runAsUser: 1000
92+
# runAsGroup: 3000
93+
# fsGroup: 2000
8694
podSecurityContext: {}
87-
# runAsUser: 1000
88-
# runAsGroup: 3000
89-
# fsGroup: 2000
9095

9196
# Use these variables to configure the HTTP_PROXY environment variables.
9297

@@ -141,7 +146,7 @@ affinity: {}
141146
command: []
142147

143148
# Specify additional arguments to pass to the agent binary.
144-
# For example `["--strict", "--oneshot"]`
149+
# Example: `["--strict", "--oneshot"]`
145150
extraArgs: []
146151

147152
# Additional volumes to add to the Venafi Kubernetes Agent container. This is
@@ -208,11 +213,13 @@ config:
208213
# Control Plane. You can obtain the cliend ID by creating a Key Pair Service
209214
# Account in the Venafi Control Plane.
210215
clientId: ""
211-
# Send data back to the platform every minute unless changed
216+
# Send data back to the platform every minute unless changed.
212217
period: "0h1m0s"
213-
# Name for the cluster resource if it needs to be created in Venafi Control Plane
218+
# Name for the cluster resource if it needs to be created in Venafi Control
219+
# Plane.
214220
clusterName: ""
215-
# Description for the cluster resource if it needs to be created in Venafi Control Plane
221+
# Description for the cluster resource if it needs to be created in Venafi
222+
# Control Plane.
216223
clusterDescription: ""
217224

218225
# Reduce the memory usage of the agent and reduce the load on the Kubernetes

0 commit comments

Comments
 (0)