We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
service-control.yaml
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apisix-control
have a service named apisix-control
No response
{{ if (and .Values.apisix.enabled .Values.control.enabled) }} apiVersion: v1 kind: Service metadata: ...
apisix.enabled
apisix: # -- Enable nginx IPv6 resolver enableIPv6: true enableHTTP2: true ...
{{ if (and .Values.apisix.enabled .Values.control.enabled) }}
{{ if (.Values.control.enabled) }}
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: