You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLSClientSecretNamestring`env:"TLS_CLIENT_SECRET_NAME" help:"The name of the TLS Secret that will be store Crossplane's client certificate."`
124
123
TLSClientCertsDirstring`env:"TLS_CLIENT_CERTS_DIR" help:"The path of the folder which will store TLS client certificate of Crossplane."`
125
124
125
+
TLSClientCACertFileNamestring`default:"ca.crt" env:"TLS_CLIENT_CA_CERT_FILENAME" help:"The filename of the CA certificate in the TLS client certs directory."`
126
+
TLSClientCertFileNamestring`default:"tls.crt" env:"TLS_CLIENT_CERT_FILENAME" help:"The filename of the client certificate in the TLS client certs directory."`
127
+
TLSClientKeyFileNamestring`default:"tls.key" env:"TLS_CLIENT_KEY_FILENAME" help:"The filename of the client private key in the TLS client certs directory."`
128
+
126
129
EnableDependencyVersionUpgradesbool`group:"Alpha Features:" help:"Enable support for upgrading dependency versions when the parent package is updated."`
127
130
EnableDependencyVersionDowngradesbool`group:"Alpha Features:" help:"Enable support for upgrading and downgrading dependency versions when a dependent package is updated."`
128
131
EnableSignatureVerificationbool`group:"Alpha Features:" help:"Enable support for package signature verification via ImageConfig API."`
0 commit comments