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

Update README.md

parent 533ecc93
No related branches found
No related tags found
Loading
Pipeline #8340 passed
......@@ -4,6 +4,7 @@ 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`
<pre>
env:
- name: NAPALM_USERNAME
valueFrom:
......@@ -15,6 +16,7 @@ env:
secretKeyRef:
name: netbox-napalm
key: napalm-password
</pre>
https://github.com/bootc/netbox-chart
......
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