You've already forked drone-charts
							
							fix: add DRONE_GITEA_SKIP_VERIFY
This commit is contained in:
		@@ -48,6 +48,7 @@ be the options passed via the `--set` flag of the `helm install` command.
 | 
				
			|||||||
| `config.DRONE_GITEA_CLIENT_ID`                          | [Documentation](https://docs.drone.io/server/reference/drone-gitea-client-id)             |
 | 
					| `config.DRONE_GITEA_CLIENT_ID`                          | [Documentation](https://docs.drone.io/server/reference/drone-gitea-client-id)             |
 | 
				
			||||||
| `config.DRONE_GITEA_CLIENT_SECRET`                      | [Documentation](https://docs.drone.io/server/reference/drone-gitea-client-secret)         |
 | 
					| `config.DRONE_GITEA_CLIENT_SECRET`                      | [Documentation](https://docs.drone.io/server/reference/drone-gitea-client-secret)         |
 | 
				
			||||||
| `config.DRONE_GITEA_SERVER`                             | [Documentation](https://docs.drone.io/server/reference/drone-gitea-server)                |
 | 
					| `config.DRONE_GITEA_SERVER`                             | [Documentation](https://docs.drone.io/server/reference/drone-gitea-server)                |
 | 
				
			||||||
 | 
					| `config.DRONE_GITEA_SKIP_VERIFY`                        | [Documentation](https://docs.drone.io/server/reference/drone-gitea-skip-verify)           |
 | 
				
			||||||
| `config.DRONE_GITHUB_CLIENT_SECRET`                     | [Documentation](https://docs.drone.io/server/reference/drone-github-client-secret)        |
 | 
					| `config.DRONE_GITHUB_CLIENT_SECRET`                     | [Documentation](https://docs.drone.io/server/reference/drone-github-client-secret)        |
 | 
				
			||||||
| `config.DRONE_GITHUB_SCOPE`                             | [Documentation](https://docs.drone.io/server/reference/drone-github-scope)                |
 | 
					| `config.DRONE_GITHUB_SCOPE`                             | [Documentation](https://docs.drone.io/server/reference/drone-github-scope)                |
 | 
				
			||||||
| `config.DRONE_GITHUB_SERVER`                            | [Documentation](https://docs.drone.io/server/reference/drone-github-server)               |
 | 
					| `config.DRONE_GITHUB_SERVER`                            | [Documentation](https://docs.drone.io/server/reference/drone-github-server)               |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -177,6 +177,12 @@ config: {}
 | 
				
			|||||||
  # https://docs.drone.io/server/reference/drone-gitea-server/
 | 
					  # https://docs.drone.io/server/reference/drone-gitea-server/
 | 
				
			||||||
  # DRONE_GITEA_SERVER: ""
 | 
					  # DRONE_GITEA_SERVER: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # DRONE_GITEA_SKIP_VERIFY
 | 
				
			||||||
 | 
					  # Boolean value disables tls verification when establishing a connection to
 | 
				
			||||||
 | 
					  # the remote Gitea server.
 | 
				
			||||||
 | 
					  # https://docs.drone.io/server/reference/drone-gitea-skip-verify/
 | 
				
			||||||
 | 
					  # DRONE_GITEA_SKIP_VERIFY: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # DRONE_GITHUB_CLIENT_SECRET
 | 
					  # DRONE_GITHUB_CLIENT_SECRET
 | 
				
			||||||
  # String value configures the GitHub oauth client secret. This is used to
 | 
					  # String value configures the GitHub oauth client secret. This is used to
 | 
				
			||||||
  # authorize access to GitHub on behalf of a Drone user.
 | 
					  # authorize access to GitHub on behalf of a Drone user.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user