commit | 634b455354619244a128c072974f2929683b5fd4 | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Sun Oct 28 21:56:33 2018 -0400 |
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | Tue Oct 30 14:15:52 2018 +0000 |
tree | 7cc0ca3bbef4c85844c2f7b4686a76c696bac358 | |
parent | 6723eb71240790956e0a9961019b451296a6d307 [diff] |
Add missing selectors on PVC Change-Id: If156e738a26c7c19043657c97ac327125c5162db Issue-ID: OOM-1486 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
diff --git a/kubernetes/dcaegen2/charts/dcae-redis/templates/statefulset.yaml b/kubernetes/dcaegen2/charts/dcae-redis/templates/statefulset.yaml index 3e20e37..5a5b220 100644 --- a/kubernetes/dcaegen2/charts/dcae-redis/templates/statefulset.yaml +++ b/kubernetes/dcaegen2/charts/dcae-redis/templates/statefulset.yaml
@@ -113,3 +113,6 @@ resources: requests: storage: {{ .Values.persistence.size }} + selector: + matchLabels: + name: {{ include "common.fullname" . }}