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:
parent
fb4fe70bf8
commit
0b3daeb62e
@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
|
{{- if .Values.manifests.pod_test }}
|
||||||
{{- $envAll := . }}
|
{{- $envAll := . }}
|
||||||
{{- $dependencies := .Values.dependencies.tests }}
|
{{- $dependencies := .Values.dependencies.tests }}
|
||||||
|
|
||||||
@ -55,3 +56,4 @@ spec:
|
|||||||
name: barbican-bin
|
name: barbican-bin
|
||||||
defaultMode: 0555
|
defaultMode: 0555
|
||||||
{{ if $mounts_barbican_tests.volumes }}{{ toYaml $mounts_barbican_tests.volumes | indent 4 }}{{ end }}
|
{{ if $mounts_barbican_tests.volumes }}{{ toYaml $mounts_barbican_tests.volumes | indent 4 }}{{ end }}
|
||||||
|
{{- end }}
|
||||||
|
@ -484,6 +484,7 @@ manifests:
|
|||||||
job_ks_service: true
|
job_ks_service: true
|
||||||
job_ks_user: true
|
job_ks_user: true
|
||||||
pdb_api: true
|
pdb_api: true
|
||||||
|
pod_test: true
|
||||||
secret_db: true
|
secret_db: true
|
||||||
secret_keystone: true
|
secret_keystone: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user