Skip to content

Instantly share code, notes, and snippets.

@inyee786
inyee786 / .tavis.yml
Last active August 31, 2019 16:55
travis file to build and package the helm chart
---
language: python
env:
global:
- HELM_URL=https://storage.googleapis.com/kubernetes-helm
- HELM_TGZ=helm-v2.4.2-linux-amd64.tar.gz
- REPO_DIR=/home/travis/build/inyee786/test-helm
- YAMLLINT_VERSION=1.8.1
- HARBOR_CHART_URL=https://{***domain***}/chartrepo
@inyee786
inyee786 / .yamllint.yaml
Created August 31, 2019 17:01
lint rule for travis.yml chart.yaml and values.yaml
---
extends: default
rules:
comments:
min-spaces-from-content: 1
line-length:
max: 150
braces:
min-spaces-inside: 0
max-spaces-inside: 0