39 lines
705 B
YAML
39 lines
705 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: netbox-secrets
|
|
namespace: netbox
|
|
type: Opaque
|
|
stringData:
|
|
SECRET_KEY: "9PzvE3JkQ7mNwL2xR8cT4uY1aHs6Fd9QbV5nMp3ZrK7sXc2Lj8"
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: netbox-db
|
|
namespace: netbox
|
|
type: Opaque
|
|
stringData:
|
|
username: netbox
|
|
user.pw: supersecure-netbox-password
|
|
root.pw: secure-root-pw
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: netbox-superuser
|
|
namespace: netbox
|
|
type: Opaque
|
|
stringData:
|
|
username: admin
|
|
email: admin@example.com
|
|
password: 4IsTheMindKiller
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: netbox-token
|
|
namespace: netbox
|
|
type: Opaque
|
|
stringData:
|
|
token: JvWamlvHZTl4Cq0wsFUVk6NxjgnYTKvrOJNvvTd8 |