Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Kubism.io Helm Charts

NotificationsYou must be signed in to change notification settings

kubism/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The URL of the chart repository ishttps://kubism.github.io/charts/.

For more information about installing and using Helm, see theHelm Docs. For a quick introduction to Charts, see theChart Guide.

Development

When developing charts, theMakefile comes in handy to template/install/uninstall charts with ease. The following example renders thedex helm chart:

$ make dex-helm-templatewrote tmp/dex/templates/serviceaccount.yamlwrote tmp/dex/templates/secret.yamlwrote tmp/dex/templates/clusterrole.yamlwrote tmp/dex/templates/clusterrolebinding.yamlwrote tmp/dex/templates/role.yamlwrote tmp/dex/templates/rolebinding.yamlwrote tmp/dex/templates/service.yamlwrote tmp/dex/templates/deployment.yamlwrote tmp/dex/templates/config-openssl.yamlwrote tmp/dex/templates/job-grpc-certs.yamlwrote tmp/dex/templates/job-web-certs.yaml

The following targets are defined:

targetDescription
helm-add-kubismAdd the kubism helm repository to the local list of repos
<chartname>-helm-templateTemplates the helm chart totmp/<chartname>
<chartname>-helm-installInstalls the helm chart to namespace<chartname> with currentkubecontext and helm3
<chartname>-helm-uninstallUninstalls the helm chart from namespace<chartname>
<chartname>-helm-cleanClearstmp/<chartname>
<chartname>-helm-dependenciesDoes a helm dep update for<chartname>

[8]ページ先頭

©2009-2025 Movatter.jp