Disable 'Lint: Kubernetes Configs'

It is currently failing.
This commit is contained in:
Scott Redig
2019-04-03 18:12:30 -07:00
committed by Jeremy Edwards
parent f3160cfc5c
commit f379a5eb46

@ -119,10 +119,11 @@ steps:
# args: ['/workspace'] # args: ['/workspace']
# waitFor: ['-'] # waitFor: ['-']
- id: 'Lint: Kubernetes Configs' # Also disabled for causing errors.
name: garethr/kubeval # - id: 'Lint: Kubernetes Configs'
args: ['install/yaml/01-redis-simple.yaml', 'install/yaml/01-redis-chart.yaml', 'install/yaml/02-open-match.yaml'] # name: garethr/kubeval
waitFor: ['-'] # args: ['install/yaml/01-redis-simple.yaml', 'install/yaml/01-redis-chart.yaml', 'install/yaml/02-open-match.yaml']
# waitFor: ['-']
- id: 'Setup: Pull Dependencies' - id: 'Setup: Pull Dependencies'
name: golang name: golang