This command is Experimental. To enable this command, run the apollo-cli configure
command and enable V2 experimental commands
.
Creates a new Helm chart Entity in an Apollo Environment.
Copied!1
apollo-cli entity helm-chart create [flags]
Flag | Use |
---|---|
--config-overrides (string) | Config overrides to apply to the Entity |
--environment (string) | Environment name |
-h, --help | Show help menu for create |
--k8s-namespace (string) | The k8s namespace to install the Helm chart into |
--name (string) | Helm chart name to distinguish the Entity from others of the same Product |
--product-id (string) | Product ID of the form group:product , for example, com.palantir.apollo:apollo-cli |
--release-channel (string) | Release Channel this Entity will be subscribed to. Defaults to the Environment Channel |
--release-name (string) | The release name to use for the Entity |
Flag | Use |
---|---|
--apollo-token (string) | Bearer Token to use for authenticated endpoints |
--apollo-token-provider (string) | Specifies how the Apollo Bearer Token used for authenticated Apollo endpoint calls is provided. Valid values are "auto", "static", or "service-user". If "auto" is specified, Apollo will use either the Bearer Token provided by "apollo-token" or a Bearer Token obtained by using "apollo-client-id" and "apollo-client-secret" to generate a token depending on which set of values are set (but will error if both values are set). If "static" is specified, the token specified using "apollo-token" is used. If "service-user" is specified, the token obtained by using "apollo-client-id" and "apollo-client-secret" to generate a token is used. The default value is "auto". |
--apollo-client-id (string) | Client ID to use for generating Bearer Token |
--apollo-client-secret (string) | Client secret to use for generating Bearer Token |
--apollo-url (string) | Base URL for Apollo that is used to derive the API endpoints |
apollo-cli entity helm-chart
: Manage Apollo Helm chart Entities.