Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 368b17f

Browse files
committed
Removed whitespace
1 parent 9352d4c commit 368b17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
{{- end }}
4848
readinessProbe:
4949
exec:
50-
command: ["ping" , "-c", "3", "1.1.1.1"]
50+
command: ["ping", "-c", "3", "1.1.1.1"]
5151
env:
5252
- name: VPN_LOG_LEVEL
5353
value: {{ .Values.vpnLogLevel | quote }}

0 commit comments

Comments
 (0)