Skip to content

Commit

Permalink
Merge pull request #14 from ploxiln/fix_pod_annotations
Browse files Browse the repository at this point in the history
fix podAnnotations usage in templates
  • Loading branch information
mreiferson authored Mar 6, 2023
2 parents 0f6d703 + 38b12ea commit 8b93118
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nsq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nsq
description: A realtime distributed messaging platform
type: application
version: 0.0.7
version: 0.0.8
appVersion: 1.2.1
home: https://github.com/nsqio/helm-chart/tree/master/charts/nsq
icon: https://nsq.io/static/img/nsq_blue.png
Expand Down
1 change: 1 addition & 0 deletions charts/nsq/templates/nsqadmin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
template:
metadata:
{{- with .Values.nsqadmin.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down
1 change: 1 addition & 0 deletions charts/nsq/templates/nsqd-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
template:
metadata:
{{- with .Values.nsqd.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down
1 change: 1 addition & 0 deletions charts/nsq/templates/nsqlookupd-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
template:
metadata:
{{- with .Values.nsqlookupd.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit 8b93118

Please sign in to comment.