Skip to content

Commit 9bee7d2

Browse files
Removes pod annotations from service definition (#16)
1 parent d93f483 commit 9bee7d2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

charts/clickhouse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: clickhouse
33
description: A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for ClickHouse
44
type: application
5-
version: 0.2.0
5+
version: 0.2.1
66
appVersion: "24.3.12.76"
77

88
dependencies:

charts/clickhouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# clickhouse
44

5-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.3.12.76](https://img.shields.io/badge/AppVersion-24.3.12.76-informational?style=flat-square)
5+
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.3.12.76](https://img.shields.io/badge/AppVersion-24.3.12.76-informational?style=flat-square)
66

77
A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for ClickHouse
88

charts/clickhouse/templates/chit-service.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ spec:
1717
{{- end }}
1818
labels:
1919
{{- include "clickhouse.labels" . | nindent 12 }}
20-
{{- with .Values.podLabels }}
21-
{{- toYaml . | nindent 10 }}
22-
{{- end }}
2320
{{- with .Values.clickhouse.service.serviceLabels }}
2421
{{- toYaml . | nindent 10 }}
2522
{{- end }}

0 commit comments

Comments
 (0)