bug: a bug cannot deploy service-control.yaml
with helm in charts-2.10.0
#2351
Labels
service-control.yaml
with helm in charts-2.10.0
#2351
Current Behavior
no service named
apisix-control
Expected Behavior
have a service named
apisix-control
Error Logs
No response
Steps to Reproduce
apisix-control
apisix.enabled
not in apisix/values.yaml, it is undefined.{{ if (and .Values.apisix.enabled .Values.control.enabled) }}
change to{{ if (.Values.control.enabled) }}
Environment
uname -a
)The text was updated successfully, but these errors were encountered: