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/venafi-kubernetes-agent/values.yaml
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ image:
60
60
# Overrides the image tag whose default is the chart appVersion.
61
61
tag: "v0.0.0"
62
62
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
65
65
imagePullSecrets: []
66
66
67
67
# Helm default setting to override release name, usually leave blank.
@@ -71,22 +71,27 @@ nameOverride: ""
71
71
fullnameOverride: ""
72
72
73
73
serviceAccount:
74
-
# Specifies whether a service account should be created
74
+
# Specifies whether a service account should be created.
75
75
create: true
76
-
# Annotations YAML to add to the service account
76
+
# Annotations YAML to add to the service account.
77
77
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.
80
80
name: ""
81
81
82
82
# Additional YAML annotations to add the the pod.
83
83
podAnnotations: {}
84
84
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
0 commit comments