Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix podAnnotations usage in templates #14

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

ploxiln
Copy link
Member

@ploxiln ploxiln commented Feb 28, 2023

now following the pattern already used for ingress and service annotations:

{{- with .Values.nsqadmin.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}

{{- with .Values.nsqd.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}

and bump chart version to 0.0.8

fixes #10 with the fix suggested by @alanorther

now following the pattern already used for ingress and service annotations

and bump chart version to 0.0.8
@mreiferson mreiferson merged commit 8b93118 into nsqio:master Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

podAnnotations - did not find expected key
2 participants