Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Fix cp-control-center resource block (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
PPACI authored and gAmUssA committed Jan 15, 2020
1 parent 2b67e79 commit 1039299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cp-control-center/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
containerPort: {{ .Values.serviceHttpPort}}
protocol: TCP
resources:
{{- toYaml .Values.resources | indent 12 }}
{{ toYaml .Values.resources | indent 12 }}
env:
- name: CONTROL_CENTER_BOOTSTRAP_SERVERS
value: {{ template "cp-control-center.kafka.bootstrapServers" . }}
Expand Down

0 comments on commit 1039299

Please sign in to comment.