feat: harden bootstrap and add tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: la-huasca-bootstrap-secrets
|
||||
namespace: lahuasca
|
||||
type: Opaque
|
||||
stringData:
|
||||
BOOTSTRAP_ADMIN_PASSWORD: "CHANGE_ME_ADMIN_PASSWORD"
|
||||
BOOTSTRAP_USER_PASSWORD: "CHANGE_ME_USER_PASSWORD"
|
||||
BOOTSTRAP_WIFI_PASSWORD: "CHANGE_ME_WIFI_PASSWORD"
|
||||
Reference in New Issue
Block a user