Skip to content

Commit

Permalink
test GHA 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Oct 15, 2024
1 parent 4b66cd7 commit 3fa40dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/schulportal-load-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ spec:
suspend: true
jobTemplate:
spec:
# is defined in here but not activaly used?
completions: {{ $job_options.jobsParallelism }}
parallelism: {{ $job_options.jobsParallelism }}
template:
Expand All @@ -22,7 +21,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: {{ $job_name }}
image: ghcr.io/dbildungsplattform/schulportal-load-test:{{ $job_options.iamgeTag }}
image: ghcr.io/dbildungsplattform/schulportal-load-test:{{ $job_options.imageTag }}
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 3fa40dc

Please sign in to comment.