Barbican: make helm test manifest deployment controllable

This PS makes the helm test pod manifest deployment controllable.

Change-Id: I2e918540a8a23a2b43ff7113bae092be47ec7167
This commit is contained in:
portdirect 2018-01-19 11:26:40 -05:00 committed by Pete Birley
parent fb4fe70bf8
commit 0b3daeb62e
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if .Values.manifests.pod_test }}
{{- $envAll := . }}
{{- $dependencies := .Values.dependencies.tests }}
@ -55,3 +56,4 @@ spec:
name: barbican-bin
defaultMode: 0555
{{ if $mounts_barbican_tests.volumes }}{{ toYaml $mounts_barbican_tests.volumes | indent 4 }}{{ end }}
{{- end }}

View File

@ -484,6 +484,7 @@ manifests:
job_ks_service: true
job_ks_user: true
pdb_api: true
pod_test: true
secret_db: true
secret_keystone: true
service_ingress_api: true