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:
parent
1b7f673d8f
commit
c8f744a435
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user