Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
👷 added kubernetes yaml and helm chart validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed May 1, 2020
1 parent 81eff22 commit f06d58b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
steps:
- name: gcr.io/cloud-builders/git
args: [init]

- name: gcr.io/cloud-builders/git
args: [remote, add, origin, [email protected]:HRZNStudio/playhrzn-k8s.git]

- name: 'quay.io/helmpack/chart-testing:v2.4.1'
args: [ct, lint, --all, --debug, --chart-dirs, charts]

- name: garethr/kubeval:0.15.0
args: [-d, 'base,flux', -i, '.flux.yaml,cloudbuild.yaml,kustomization.yaml,patch.yaml']

0 comments on commit f06d58b

Please sign in to comment.