Skip to content

Commit

Permalink
removed secret mount
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Oct 11, 2024
1 parent b476d3d commit 3718c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/schulportal-load-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ spec:
'--tag','NAME={{ $job_options.serviceName }}',
#'--out', 'experimental-prometheus-rw',
'-e', 'ENVIRONMENT={{ $job_options.environment }}']
volumeMounts:
- name: secret-volume
mountPath: /secrets
readOnly: true
#volumeMounts:
#- name: secret-volume
# mountPath: /secrets
# readOnly: true
ports:
- containerPort: {{ $job_options.port }}
name: loadtest-pod
Expand Down

0 comments on commit 3718c56

Please sign in to comment.