File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
charts/factorio-server-charts Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
9
9
release : " {{ .Release.Name }}"
10
10
heritage : " {{ .Release.Service }}"
11
11
annotations :
12
- {{- range $key, $value := .Values.service.annotations }}
12
+ {{- range $key, $value := .Values.rcon.serviceAnnotations }}
13
13
{{ $key }}: {{ $value | quote }}
14
14
{{- end }}
15
15
spec :
Original file line number Diff line number Diff line change @@ -280,14 +280,15 @@ server_settings:
280
280
281
281
# # @param rcon.external Enable RCON external access (deploy RCON service)
282
282
# # @param rcon.type RCON service type
283
+ # # @param rcon.serviceAnnotations RCON service annotations
283
284
# # @param rcon.passwordSecret Existing secret containing a `password` data field
284
285
# # @param rcon.password Password for RCON, ignored if `rcon.passwordSecret` is set
285
286
# # @param rcon.port RCON service external port
286
287
# Password and port for the rcon service
287
288
rcon :
288
289
external : true
289
290
type : LoadBalancer
290
-
291
+ serviceAnnotations : {}
291
292
# Existing secret containing a `password` data field
292
293
passwordSecret : " "
293
294
You can’t perform that action at this time.
0 commit comments