spacelift workerpool v0.0.41

WorkerPool.spec.pod.initContainer.lifecycle.postStart.sleep.spec.spaceliftAPICredentials

SpaceliftAPICredentials references a secret containing API credentials. This takes precedence over the controller level credentials

4 fields
WorkerPool.spec.pod.initContainer.lifecycle.postStart.sleep.spec.spaceliftAPICredentials fields and descriptions
Field / TypeDescription
keyEndpointField
string

KeyEndpointField is the key within the Secret that holds the Spacelift API endpoint.

  • default: "endpoint"
keyIdField
string

KeyIDField is the key within the Secret that holds the Spacelift API key ID.

  • default: "keyId"
keySecretField
string

KeySecretField is the key within the Secret that holds the Spacelift API key secret.

  • default: "keySecret"
secretName
string required

SecretName is the name of the Secret, in the WorkerPool's namespace, containing the Spacelift API credentials.

  • minLength: 1