Use unique names for tempest jobs

This commit replaces the hard-coded name for tempest jobs with the
unique Release name, allowing multiple runs of the job in the same
namespace without causing collisions.

Change-Id: I0c8aada93803875d7b0ff216c12ea67a925a510f
This commit is contained in:
Howell, Ian (ih616h) 2018-11-29 09:50:53 -06:00 committed by Steve Wilkerson
parent 1b7f673d8f
commit c8f744a435

View File

@ -24,7 +24,7 @@ limitations under the License.
apiVersion: batch/v1
kind: Job
metadata:
name: tempest-run-tests
name: {{ .Release.name }}-run-tests
annotations:
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
spec: