From bf780b14695a43e445af7253be93d9c2bd23a56c Mon Sep 17 00:00:00 2001 From: Filipe Souza Date: Sun, 28 Jan 2024 18:01:34 -0300 Subject: [PATCH] - Fixed wrong property in the service annotation; --- charts/palworld/templates/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/palworld/templates/services.yaml b/charts/palworld/templates/services.yaml index cf6bcb57c..5396c5e6f 100644 --- a/charts/palworld/templates/services.yaml +++ b/charts/palworld/templates/services.yaml @@ -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: