fix linter issues with values.yaml to please chart tesitng linter
ref: https://github.com/openbao/openbao-helm/actions/runs/9139677624/job/25132235295?pr=8 Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
parent
cbf6f461e2
commit
cb464ff650
1 changed files with 30 additions and 30 deletions
|
@ -723,7 +723,7 @@ server:
|
|||
|
||||
# Configures the service type for the main Vault service. Can be ClusterIP
|
||||
# or NodePort.
|
||||
#type: ClusterIP
|
||||
# type: ClusterIP
|
||||
|
||||
# The IP family and IP families options are to set the behaviour in a dual-stack environment.
|
||||
# Omitting these values will let the service fall back to whatever the CNI dictates the defaults
|
||||
|
@ -753,12 +753,12 @@ server:
|
|||
|
||||
# If type is set to "NodePort", a specific nodePort value can be configured,
|
||||
# will be random if left blank.
|
||||
#nodePort: 30000
|
||||
# nodePort: 30000
|
||||
|
||||
# When HA mode is enabled
|
||||
# If type is set to "NodePort", a specific nodePort value can be configured,
|
||||
# will be random if left blank.
|
||||
#activeNodePort: 30001
|
||||
# activeNodePort: 30001
|
||||
|
||||
# When HA mode is enabled
|
||||
# If type is set to "NodePort", a specific nodePort value can be configured,
|
||||
|
@ -1076,7 +1076,7 @@ ui:
|
|||
# ref: https://kubernetes.io/docs/concepts/services-networking/service/#external-traffic-policy
|
||||
externalTrafficPolicy: Cluster
|
||||
|
||||
#loadBalancerSourceRanges:
|
||||
# loadBalancerSourceRanges:
|
||||
# - 10.0.0.0/16
|
||||
# - 1.78.23.3/32
|
||||
|
||||
|
|
Loading…
Reference in a new issue