Skip to content

alexsn/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiwigrid Helm charts

CircleCI

Add repo

$ helm repo add kiwigrid https://kiwigrid.github.io

Installation

IBM IKS

For IBM IKS path /var/log/pods must be mounted, otherwise only kubelet logs would be available

extraVolumeMounts: |
    - name: pods
      mountPath: /var/log/pods
      readOnly: true

extraVolumes: |
    - name: pods
      hostPath:
        path: "/var/log/pods"
        type: Directory

Support

  • Please don't write mails directly to the maintainers.
  • Use the Github issue tracker instead.

Adding charts

  • Use a fork of this repo
  • Always sign your commits (git commit -s -m 'usefull commitmessage')
  • Do NOT touch default (master) branch in any forks
  • Always create new branches to work on
  • Create a Github pull request and fill out the PR template
  • Follow Helm best practices: https://docs.helm.sh/chart_best_practices

About

Kiwigrid Helm charts for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 73.8%
  • Shell 26.2%