Skip to content

Commit

Permalink
Merge pull request thijsvanloef#192 from Filipe-Souza/service-annotat…
Browse files Browse the repository at this point in the history
…ions-hotfix

- Fixed wrong property in the service annotation;
  • Loading branch information
thijsvanloef authored Jan 28, 2024
2 parents 9684e78 + be34175 commit 91634a6
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 91634a6

Please sign in to comment.