adj import secret-template

Emit the source-credentials Secret manifest for kubectl apply

Emit a Kubernetes Secret manifest for the source's read-only credentials.

The Secret lives in the data-plane cluster's staging namespace and is named by the source's scoped_creds_ref; fill in the username/password placeholders and 'kubectl apply' it there. The credentials never transit Adjoint.

Usage

adj import secret-template --source <id> [flags]

Flags

Flag Shorthand Default Description
--namespace adjoint-import staging namespace the import runs in
--source source connection id (required)

Global flags

Flag Shorthand Default Description
--context config context to use (overrides current-context)
--output -o table output format: table|json|yaml
--server server base URL (overrides the active context)
--token access token (overrides the active context)
--verbose -v false log requests to stderr