refine test environment sample data script, add k8s role and role binding for updating sample data

This commit is contained in:
dandds
2018-12-04 15:26:16 -05:00
parent bd0b7b9dcd
commit f3c294659a
3 changed files with 24 additions and 22 deletions

View File

@@ -240,13 +240,11 @@ workflows:
nightly:
triggers:
- schedule:
cron: "45 * * * *"
# cron: "0 0 * * *"
cron: "0 0 * * *"
filters:
branches:
only:
- master
- test-env
jobs:
- app_setup
- test:
@@ -259,7 +257,6 @@ workflows:
branches:
only:
- master
- test-env
- deploy_test:
requires:
- build_and_push_image
@@ -267,4 +264,3 @@ workflows:
branches:
only:
- master
- test-env