Git Sync Configuration
Environment variables for controlling GitOps repository sync behaviour.
| Name | Description | Required | Type |
|---|---|---|---|
GIT_SYNC_SSL_NO_VERIFY | When set to true, disables SSL certificate verification during git clone operations. Useful in environments with self-signed or private CA certificates where installing CA certs on pods is not feasible. ⚠️ Disabling SSL verification reduces transport security. Only use in controlled, trusted network environments. | false | boolean Default: false |