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 | joryirving/home-ops | 151 | 0.28.0 | 2 days ago |
headlamp | joryirving/home-ops | 151 | 0.28.0 | 2 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
config.pluginsDir (7) /build/plugins | string |
boolean | |
boolean | |
config.oidc.externalSecret.name (1) headlamp-oidc | string |
boolean | |
ingress.hosts[].host (7) headlamp.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
number | |
string | |
string | |
ingress.ingressClassName (7) internal | string |
ingress.annotations."external-dns.alpha.kubernetes.io/target" (2) internal.${CLUSTER_SECRET_DEV_DOMAIN} | string |
string | |
ingress.tls[].hosts[] (1) - headlamp.${SECRET_DOMAIN} | string |
initContainers[].command[] (7) - /bin/sh | string |
initContainers[].image (7) ghcr.io/headlamp-k8s/headlamp-plugin-flux:v0.1.0-beta-2@sha256:c63dc4e10d7ddb95c966194b5e6fbe2012feb7f932bafa24692daed3cf6c248a | string |
initContainers[].name (7) headlamp-plugins | string |
initContainers[].volumeMounts[].mountPath (7) /build/plugins | string |
initContainers[].volumeMounts[].name (7) headlamp-plugins | string |
string | |
persistentVolumeClaim.accessModes[] (7) - ReadWriteOnce | string |
boolean | |
string | |
persistentVolumeClaim.storageClassName (6) local-hostpath | string |
volumeMounts[].mountPath (7) /build/plugins | string |
volumeMounts[].name (7) headlamp-plugins | string |
volumes[].name (7) headlamp-plugins | string |
string | |
fullnameOverride (6) 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 |