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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
global:
  vnf_id: AVNFId

# Default values for eechart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.