Skip to content

Commit

Permalink
chore(kgo): fix kgo flags in comments (Kong#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Mar 19, 2024
1 parent ecdbe0f commit e01fb1c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions charts/gateway-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ resources:
# Use this section to add environment variables to operator's container
env: {}
# # gateway controller
# enable_gateway_controller: true
# enable_controller_gateway: true
# # controlPlane controller
# enable_controlplane_controller: true
# enable_controller_controlplane: true
# # dataplane controller. mutually exclusive with dataplane bluegreen controller
# enable_dataplane_controller: true
# enable_controller_dataplane: true
# # dataplane bluegreen controller. mutually exclusive with dataplane controller
# enable_dataplanebluegreen_controller: true
# enable_controller_dataplane_bluegreen: true
# # aigateway controller. (experimental)
# enable_aigateway_controller: true
# enable_controller_aigateway: false
# # konglicense controller. (EE only)
# enable_controller_konglicense: true
# # controlplane extensions controller. (EE only)
# enable_controller_controlplaneextensions: true

# This section is any customer specific environments variables that doesn't require CONTROLLER_ prefix.
# Example as below, uncomment if required and add additional attributes as required.
Expand Down

0 comments on commit e01fb1c

Please sign in to comment.