supertubes imps add-secret 🔗︎

Adds secret to be used for pulling images

Synopsis 🔗︎

Adds secrets to the Supertubes ecosystem to be used for pulling images from private registries like Amazon ECR.

supertubes imps add-secret [flags]

Examples 🔗︎

# Default usage:
$ supertubes imps add-secret --name docker-credentials

# Adds the secret from the specified non-default namespace.
$ supertubes imps install --name docker-credentials --namespace my-namespace

Options 🔗︎

  -h, --help          help for add-secret
  -n, --name string   Name of the secret to distribute in Supertubes managed namespaces

Options inherited from parent commands 🔗︎

      --accept-license                  Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
      --color                           use colors on non-tty outputs (default true)
      --context string                  name of the kubeconfig context to use
      --formatting.force-color          force color even when non in a terminal
      --interactive                     ask questions interactively even if stdin or stdout is non-tty
  -c, --kubeconfig string               path to the kubeconfig file to use for CLI requests
  -n, --namespace string                The namespace for IMPS (default "supertubes-system")
      --non-interactive                 never ask questions interactively
  -o, --output string                   output format (table|yaml|json) (default "table")
      --persistent-config-file string   Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
  -v, --verbose                         turn on debug logging

SEE ALSO 🔗︎