Skip to content

Commit

Permalink
update codeserver sudo pass
Browse files Browse the repository at this point in the history
  • Loading branch information
sholdee committed Jun 12, 2024
1 parent b6b7825 commit a0d3c5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/hass/codeserver/codeserver-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ spec:
- name: DEFAULT_WORKSPACE
value: /home
- name: SUDO_PASSWORD
value: sudo
valueFrom:
secretKeyRef:
name: zwave
key: pass
ports:
- containerPort: 8443
name: http
Expand Down

0 comments on commit a0d3c5a

Please sign in to comment.