module-testdata

command module
v0.0.0-...-b97ffc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2023 License: AGPL-3.0 Imports: 38 Imported by: 0

README

hell-flow

helm repo add kubepack-module-testdata https://raw.githubusercontent.com/kubepack/module-testdata/master/stable/
helm repo update

--set values

Render Templates

Zero Template Chart

  • Must always use Install action
  • Can't use Install or Upgrade to remove any YAMLs

** ToDos **

  • Auto Register Application CRD

Multi-chart

  • ownership checks for resources
  metadata:
    annotations:
      meta.helm.sh/release-name: first
      meta.helm.sh/release-namespace: default
    labels:
      app.kubernetes.io/managed-by: Helm
  • storage driver ownership
	// apply labels
	lbs.set("name", rls.Name)
	lbs.set("owner", "helm")
	lbs.set("status", rls.Info.Status.String())
	lbs.set("version", strconv.Itoa(rls.Version))

** Chart Annotations **

	// Annotations are additional mappings uninterpreted by Helm,
	// made available for inspection by other applications.
	Annotations map[string]string `json:"annotations,omitempty"`
  • app.kubernetes.io/part-of
  • meta.x-helm.dev/editor: {gvr}
  • meta.x-helm.dev/resources: |
    • { GK }
    • { GK }

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL