Skip to content

Commit

Permalink
Merge pull request #192 from Filipe-Souza/service-annotations-hotfix
Browse files Browse the repository at this point in the history
- Fixed wrong property in the service annotation;
  • Loading branch information
thijsvanloef authored Jan 28, 2024
2 parents b032c60 + bf780b1 commit 06cc614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/palworld/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- with .Values.server.config.annotations }}
{{- with .Values.server.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
Expand Down

0 comments on commit 06cc614

Please sign in to comment.