Skip to content

Commit

Permalink
include type in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Oct 25, 2022
1 parent ed5a90e commit ae7c41b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2928,6 +2928,8 @@ apiGateway:
# This value defines the tolerations that will be assigned to a gateway pod
# This should be a multi-line string matching the
# Tolerations (https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) array in a Pod spec.
#
# @type: string
tolerations: null

# This value defines the type of service created for gateways (e.g. LoadBalancer, ClusterIP)
Expand Down Expand Up @@ -3014,6 +3016,8 @@ apiGateway:

# This value defines the tolerations for api-gateway-controller pod, this should be a multi-line string matching the
# Tolerations (https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) array in a Pod spec.
#
# @type: string
tolerations: null

# Configuration for the Service created for the api-gateway-controller
Expand Down

0 comments on commit ae7c41b

Please sign in to comment.