Skip to content
Snippets Groups Projects
Commit 5f5068f8 authored by Mark Beierl's avatar Mark Beierl
Browse files

Merge branch 'snmp_package2' into 'master'

fix(config volumes): config volumes shared only between pods in the same EE,...

See merge request !63
parents 0c1422ee a10053b3
No related branches found
No related tags found
1 merge request!63fix(config volumes): config volumes shared only between pods in the same EE,...
......@@ -47,7 +47,7 @@ spec:
volumes:
- name: config-volume
hostPath:
path: /var/lib/osm/snmp_exporter
path: "/var/lib/osm/snmp_exporter/{{ .Values.global.vnf_id }}/"
- name: init-config-volume
configMap:
name: snmp-init-config
......@@ -49,7 +49,7 @@ spec:
name: {{ include "eechart.fullname" . }}
- name: snmp-config-volume
hostPath:
path: /var/lib/osm/snmp_exporter
path: "/var/lib/osm/snmp_exporter/{{ .Values.global.vnf_id }}/"
- name: vnf-mibs
configMap:
name: vnf-snmp-mibs
......
global:
vnf_id: AVNFId
# Default values for eechart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
......
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