MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2023-08-11 15:20:54
  • kubernetes
  • helm

helm

   1 kubectl get endpoints 
   2 helm version
   3 helm create helm-test
   4 cd helm-test
   5 # values.yaml , define placeholders and values
   6 # templates/deployment.yaml deployment template that uses values
   7 # templates/service.yaml service template that uses values
   8 # {{ .Values.foo }} , get valor of variable foo defined in the values.yaml
   9 
  10 # render values in k8s yaml template
  11 helm template .
  12 # checks yaml template
  13 helm lint .
  14 # install the helm chart on k8s 
  15 helm install helm-test .
  16 helm install helm-test .
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01