We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replicas
Describe the bug A clear and concise description of what the bug is.
This line:
magda/deploy/helm/internal-charts/cloud-sql-proxy/templates/deployment.yaml
Lines 8 to 10 in 71452c8
The logic should be reversed.
i.e. should be:
{{- if empty .Values.autoscaler.enabled }}
a workaround could be setting replicas to the same as the min. of autoscaler
The text was updated successfully, but these errors were encountered:
#3237 fixed CloudSQL Chart incorrect set replicas when autoscaler is …
5970055
…enabled
closed via PR #3240
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
This line:
magda/deploy/helm/internal-charts/cloud-sql-proxy/templates/deployment.yaml
Lines 8 to 10 in 71452c8
The logic should be reversed.
i.e. should be:
a workaround could be setting
replicas
to the same as the min. of autoscalerThe text was updated successfully, but these errors were encountered: