Skip to content

Commit

Permalink
Disable bats in load tester artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Apr 19, 2019
1 parent 39dc761 commit 2d6b8ec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions artifacts/loadtester/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ spec:
securityContext:
readOnlyRootFilesystem: true
runAsUser: 10001
volumeMounts:
- name: tests
mountPath: /bats
readOnly: true
volumes:
- name: tests
configMap:
name: flagger-loadtester-bats
# volumeMounts:
# - name: tests
# mountPath: /bats
# readOnly: true
# volumes:
# - name: tests
# configMap:
# name: flagger-loadtester-bats

0 comments on commit 2d6b8ec

Please sign in to comment.