helm install

From wikieduonline
Jump to navigation Jump to search

https://helm.sh/docs/helm/helm_install/


Examples[edit]

Kubernetes operators[edit]

Yourapp[edit]

helm install yourapp .

manifest example[edit]

resource "kubernetes_manifest" "test-configmap" {
 manifest = {
   "apiVersion" = "v1"
   "kind"       = "ConfigMap"
   "metadata" = {
     "name"      = "test-config"
     "namespace" = "default"
   }
   "data" = {
     "foo" = "bar"
   }
 }
}

Datadog[edit]

helm install <RELEASE_NAME> datadog/synthetics-private-location --set-file configFile=<MY_WORKER_CONFIG_FILE_NAME>.json

Errors[edit]

Activities[edit]

Related[edit]

See also[edit]

Advertising: