Skip to content
Snippets Groups Projects
Commit 533ecc93 authored by John Graham's avatar John Graham
Browse files

Update README.md

parent a8bd7099
No related branches found
No related tags found
No related merge requests found
Pipeline #8339 passed
# netbox
https://netbox.readthedocs.io/en/stable/configuration/optional-settings/
`kubectl create -n netbox secret generic netbox-napalm --from-literal=napalm-username='userfoo' --from-literal=napalm-password='passfoo`
env:
- name: NAPALM_USERNAME
valueFrom:
secretKeyRef:
name: netbox-napalm
key: napalm-username
- name: NAPALM_PASSWORD
valueFrom:
secretKeyRef:
name: netbox-napalm
key: napalm-password
https://github.com/bootc/netbox-chart
`TILLER_NAMESPACE=netbox helm install --name netbox bootc/netbox -f values.yaml`
\ No newline at end of file
```TILLER_NAMESPACE=netbox helm install --name netbox bootc/netbox -f values.yaml```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment