gforien commented on code in PR #20883:
URL: https://github.com/apache/superset/pull/20883#discussion_r931907199
##########
helm/superset/templates/deployment-worker.yaml:
##########
@@ -28,7 +28,11 @@ metadata:
{{ toYaml .Values.supersetWorker.deploymentAnnotations | nindent 4 }}
{{- end }}
spec:
+ {{- if .Values.supersetWorker.replicaCount }}
+ replicas: {{ .Values.supersetWorker.replicaCount }}
+ {{- else }}
Review Comment:
Ok so I did
- remove `replicaCount` in the values, in the schema, and in the array of
required values
- add `supersetNode.replicaCount` and `supersetWorker.replicaCount` in the
values, in the schema, and in the array of required values
- edit the "Running on Kubernetes" doc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]