Fix Helm tests for the Ceph provisioners
We are adding the node selectors to helm tests for Ceph provisioners Change-Id: I0fc9a78dcd27a92486dc724ce9294da96826eac9
This commit is contained in:
parent
ff81e97301
commit
4b42f3f57f
@ -15,6 +15,6 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ceph Provisioner
|
||||
name: ceph-provisioners
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
home: https://github.com/ceph/ceph
|
||||
...
|
||||
|
@ -130,6 +130,8 @@ apiVersion: v1
|
||||
metadata:
|
||||
name: $pod_name
|
||||
spec:
|
||||
nodeSelector:
|
||||
{{ .Values.labels.test.node_selector_key }}: {{ .Values.labels.test.node_selector_value }}
|
||||
containers:
|
||||
- name: task-pv-storage
|
||||
image: {{ .Values.images.tags.ceph_config_helper }}
|
||||
|
@ -5,4 +5,5 @@ ceph-provisioners:
|
||||
- 0.1.2 Validate each storageclass created
|
||||
- 0.1.3 Uplift from Nautilus to Octopus release
|
||||
- 0.1.4 Add Ceph CSI plugin
|
||||
- 0.1.5 Fix Helm tests for the Ceph provisioners
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user