Skip to content

Commit

Permalink
fix clickhouse StatefulSet
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

fix clickhouse StatefulSet

**Root cause and solution**

(Describe the cause of the bug and corresponding solution)

**Impactions**

**Test method**

(Test method to ensure the bug is fixed)

**Affected branch(es)**

* main

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
宋 建昌 committed Aug 17, 2022
1 parent 30fa9d5 commit 8c5ae70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow-agent
engine: gotpl
type: application
version: 0.1.011
version: 0.1.012
appVersion: "6.1.1"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow
engine: gotpl
type: application
version: 0.1.011
version: 0.1.012
appVersion: "6.1.1"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
11 changes: 0 additions & 11 deletions charts/deepflow/charts/clickhouse/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ spec:
replicas: {{ tpl (toString .Values.replicas) . }}
podManagementPolicy: {{ tpl .Values.podManagementPolicy . }}
serviceName: {{ include "clickhouse.fullname" . }}-headless
selector:
matchLabels:
{{- include "clickhouse.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "clickhouse.selectorLabels" . | nindent 8 }}
selector:
matchLabels:
{{- include "clickhouse.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 8c5ae70

Please sign in to comment.