Skip to content

Commit

Permalink
Merge pull request #154 from weaveworks/dep-update
Browse files Browse the repository at this point in the history
Disable bats in load tester artifacts
  • Loading branch information
stefanprodan authored Apr 19, 2019
2 parents 8093612 + 2d6b8ec commit 8f1b5df
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 8f1b5df

Please sign in to comment.