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:
99 release : " {{ .Release.Name }}"
1010 heritage : " {{ .Release.Service }}"
1111 annotations :
12- {{- range $key, $value := .Values.service.annotations }}
12+ {{- range $key, $value := .Values.rcon.serviceAnnotations }}
1313 {{ $key }}: {{ $value | quote }}
1414 {{- end }}
1515spec :
Original file line number Diff line number Diff line change @@ -280,14 +280,15 @@ server_settings:
280280
281281# # @param rcon.external Enable RCON external access (deploy RCON service)
282282# # @param rcon.type RCON service type
283+ # # @param rcon.serviceAnnotations RCON service annotations
283284# # @param rcon.passwordSecret Existing secret containing a `password` data field
284285# # @param rcon.password Password for RCON, ignored if `rcon.passwordSecret` is set
285286# # @param rcon.port RCON service external port
286287# Password and port for the rcon service
287288rcon :
288289 external : true
289290 type : LoadBalancer
290-
291+ serviceAnnotations : {}
291292 # Existing secret containing a `password` data field
292293 passwordSecret : " "
293294
You can’t perform that action at this time.
0 commit comments