Skip to content
Snippets Groups Projects
Commit 70bbbfa5 authored by lavado's avatar lavado
Browse files

Merge branch 'snmp_package2' into 'master'

fix(EE statefulset): was using a volumeclaim and it doesn't match the same...

See merge request !43
parents 7ba5838c 3315866b
No related branches found
No related tags found
1 merge request!43fix(EE statefulset): was using a volumeclaim and it doesn't match the same...
......@@ -58,23 +58,6 @@ spec:
- name: vnf-generator
configMap:
name: vnf-snmp-generator
volumeClaimTemplates:
- metadata:
name: osm-ee
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 1Gi
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
- name: osm_ee
hostPath:
path: /var/lib/osm/osm_osm_packages/_data
\ 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