Values for the oci://ghcr.io/loopholelabs/architect-chart chart. The
console install flow sets the required ones for
you. Run helm show values oci://ghcr.io/loopholelabs/architect-chart to print
the live defaults.
Provide the token inline with machineToken, or reference a Secret that holds it
with secretRef. Prefer secretRef for any non-interactive or GitOps install:
--set machineToken writes the token into your shell history and into the stored
Helm release values (helm get values), whereas a referenced Secret keeps it out
of both (and works with External Secrets, Sealed Secrets, and similar).
Value
Type
Default
Description
machineToken
string
""
Install token, set inline. Mutually exclusive with secretRef.
secretRef
string
""
Name of an existing Secret holding the token. The key inside it must be named machineToken.
secretRefDefault
string
architectd-secrets
Name of the Secret the chart creates when secretRef is unset.
Optional. Set all five to let the daemon store checkpoints for the
start-from-persistent-checkpoint
annotation in an S3-compatible bucket. When secretRef is unset, these are written into the
chart-created Secret.