File tree Expand file tree Collapse file tree 2 files changed +2
-49
lines changed Expand file tree Collapse file tree 2 files changed +2
-49
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,9 @@ helm install netbox oci://ghcr.io/netbox-community/netbox-chart/netbox \
7
7
--set postgresql.enabled=false \
8
8
--set externalDatabase.host=$( terraform output -raw postgres_host) \
9
9
--set externalDatabase.password=$( terraform output -raw postgres_password) \
10
- --set valkey.enabled=false \
11
- --set tasksDatabase.host=$( terraform output -raw redis_host) \
12
- --set cachingDatabase.host=$( terraform output -raw redis_host)
13
-
14
- kubectl -n netbox create secret generic netbox-valkey \
15
- --from-literal=cache_password=" " \
16
- --from-literal=task_password=" "
17
10
18
11
# admin password
19
12
kubectl -n netbox get secrets netbox-superuser -o jsonpath=" {.data.password}" | base64 --decode
20
13
21
- # port forward
22
- # kubectl -n netbox port-forward svc/netbox 8080:80
23
-
24
- # cleanup
25
- # helm -n netbox uninstall netbox
14
+ echo # newline
15
+ echo " kubectl -n netbox port-forward svc/netbox 8080:80"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments