Update sandbox env var and capitilization (#6896)

This commit is contained in:
Luke Heath 2022-07-26 13:58:00 -07:00 committed by GitHub
parent 5a0f4eb318
commit 6c1d74f14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: {{ .Values.fleetName }}
imagePullPolicy: always
imagePullPolicy: Always
command: [/usr/bin/fleet]
args: ["serve"]
image: fleetdm/fleet:{{ .Values.imageTag }}
@ -52,6 +52,8 @@ spec:
## BEGIN FLEET SECTION
- name: FLEET_DEMO
value: "1"
- name: FLEET_SERVER_SANDBOX_ENABLED
value: "1"
- name: FLEET_SERVER_ADDRESS
value: "0.0.0.0:{{ .Values.fleet.listenPort }}"
- name: FLEET_AUTH_BCRYPT_COST

View file

@ -28,7 +28,7 @@ spec:
command: [/usr/bin/fleet]
args: ["prepare","db","--no-prompt"]
image: fleetdm/fleet:{{ .Values.imageTag }}
imagePullPolicy: always
imagePullPolicy: Always
resources:
limits:
cpu: {{ .Values.resources.limits.cpu }}