Skip to content

Commit

Permalink
Fix wrong namespace for initial admin account (hobbyfarm#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Jul 12, 2024
1 parent 585536d commit bcb34ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hobbyfarm/templates/user-service/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apiVersion: hobbyfarm.io/v2
kind: User
metadata:
name: admin
namespace: {{ .Release.Namespace }}
spec:
id: admin
email: admin
password: {{ $.Values.users.admin.password }}
access_codes: []
Expand Down

0 comments on commit bcb34ff

Please sign in to comment.