Skip to content

cofidectl connect agent helm values

Generate Helm values for a trust zone

This command will generate Helm values for a trust zone in the Cofide configuration state.

cofidectl connect agent helm values [flags]
--cluster string Name of the cluster in which the agent will be deployed
--cofide-registry string Cofide image registry override
--connect-agent-version string Cofide Connect Agent image version override
--connect-insecure-tls Do not validate the certificate of Cofide Connect
--connect-mtls-grpc-target string SPIFFE mTLS secured Connect API gRPC target - overrides config
--connect-mtls-server-name string Optional SNI override when calling SPIFFE mTLS secured Connect API - overrides config
--connect-spiffe-id string SPIFFE ID of Connect API - overrides config
--connect-tls-grpc-target string Override Connect API gRPC target from config
--connect-tls-server-name string Optional SNI override when calling the Connect API - overrides config
--connect-xds-grpc-target string SPIFFE mTLS secured Connect XDS server target - overrides config
--connect-xds-server-name string Optional SNI override when calling SPIFFE mTLS secured Connect XDS server - overrides config
--generate-token Include a join token in the values
-h, --help help for values
--output-file string Path of a file to write values to, or - for stdout (default "values.yaml")
--trust-zone string Name of the trust zone in which the agent will be deployed
--config string cofidectl config file (default "cofide.yaml")
--dir string directory to write the generated docs to (default "docs/cli")
--format string output format: md, md-site, man or rest (default "md")
--kube-config string kubeconfig file location (default "$HOME/.kube/config")
--link-prefix string md-site only, required: URL path the generated pages are published under, used to rewrite links between them
--log-level string log level (overrides the COFIDECTL_LOG_LEVEL environment variable) (default "ERROR")
-o, --output format output format (table|json) (default table)