No introduction found. Create it?
Install with:
helm repo add headlamp https://headlamp-k8s.github.io/headlamp/
helm install headlamp headlamp/headlamp -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
headlamp | rafaribe/home-ops | 55 | 0.27.0 | a day ago |
See the most popular values for this chart:
Key | Types |
---|---|
boolean | |
ingress.hosts[].host (6) headlamp.kube.rostvik.site | string |
string | |
string | |
string | |
number | |
ingress.ingressClassName (5) internal | string |
ingress.annotations."external-dns.alpha.kubernetes.io/target" (2) internal.${CLUSTER_SECRET_DEV_DOMAIN} | string |
ingress.annotations."external-dns.alpha.kubernetes.io/hostname" (1) internal.rafaribe.com | string |
ingress.tls[].hosts[] (1) - headlamp.${SECRET_DOMAIN} | string |
config.pluginsDir (5) /build/plugins | string |
config.oidc.clientID (1) headlamp | string |
config.oidc.clientSecret (1) ${SECRET_HEADLAMP_OAUTH_CLIENT_SECRET} | string |
boolean | |
config.oidc.externalSecret.name (1) headlamp-oidc | string |
config.oidc.issuerURL (1) https://auth.${SECRET_DOMAIN} | string |
config.oidc.scopes (1) openid,profile,email,groups | string |
boolean | |
initContainers[].command[] (5) - /bin/sh | string |
initContainers[].image (5) ghcr.io/headlamp-k8s/headlamp-plugin-flux:v0.1.0-beta-1@sha256:5274c581d69b36af6899dfccfc73adeda414e0ae6046f009db8ed3c4271c6add | string |
initContainers[].name (5) headlamp-plugins | string |
initContainers[].volumeMounts[].mountPath (5) /build/plugins | string |
initContainers[].volumeMounts[].name (5) headlamp-plugins | string |
string | |
persistentVolumeClaim.accessModes[] (5) - ReadWriteOnce | string |
boolean | |
string | |
persistentVolumeClaim.storageClassName (3) openebs-hostpath | string |
volumeMounts[].mountPath (5) /build/plugins | string |
volumeMounts[].name (5) headlamp-plugins | string |
volumes[].name (5) headlamp-plugins | string |
string | |
fullnameOverride (3) headlamp | string |
string | |
string | |
string | |
string | |
extraManifests[] (1) - apiVersion: v1
kind: Secret
type: kubernetes.io/service-account-token
metadata:
name: {{ include "headlamp.fullname" . }}-admin-token
namespace: {{ .Release.Namespace }}
annotations:
kubernetes.io/service-account.name: {{ include "headlamp.serviceAccountName" . }} | string |
boolean | |
serviceAccount.name (1) headlamp | string |