Skip to content

Commit

Permalink
fix idaholab#540, kubernetes manifest for netbox refers to netbox-net…
Browse files Browse the repository at this point in the history
…map-json configmap which no longer exists
  • Loading branch information
mmguero committed Aug 13, 2024
1 parent 761d811 commit 1fa2364
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kubernetes/18-netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ spec:
volumeMounts:
- mountPath: /var/local/ca-trust/configmap
name: netbox-var-local-catrust-volume
- mountPath: /usr/local/share/configmap
name: netbox-netmap-json-volume
- mountPath: /etc/netbox/config/configmap
name: netbox-config-volume
- mountPath: /opt/netbox-preload/configmap
Expand All @@ -105,9 +103,6 @@ spec:
- name: netbox-var-local-catrust-volume
configMap:
name: var-local-catrust
- name: netbox-netmap-json-volume
configMap:
name: netbox-netmap-json
- name: netbox-config-volume
configMap:
name: netbox-config
Expand Down

0 comments on commit 1fa2364

Please sign in to comment.