We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fc1ef commit 36f8099Copy full SHA for 36f8099
charts/factorio-server-charts/templates/deployment.yaml
@@ -9,10 +9,6 @@ metadata:
9
heritage: "{{ .Release.Service }}"
10
spec:
11
replicas: 1
12
- {{- with .Values.securityContext }}
13
- securityContext:
14
- {{- toYaml . | nindent 4 }}
15
- {{- end }}
16
selector:
17
matchLabels:
18
app: {{ template "factorio-server-charts.fullname" . }}
@@ -23,6 +19,10 @@ spec:
23
19
labels:
24
20
25
21
22
+ {{- with .Values.securityContext }}
+ securityContext:
+ {{- toYaml . | nindent 8 }}
+ {{- end }}
26
dnsConfig:
27
options:
28
- name: ndots
0 commit comments