mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
feat(drone): path converterw
This commit is contained in:
parent
0c1c571d51
commit
b7ef9b1697
1 changed files with 15 additions and 1 deletions
|
@ -53,15 +53,29 @@ persistentVolume:
|
|||
extraSecretNamesForEnvFrom:
|
||||
- drone-env
|
||||
|
||||
|
||||
extraContainers:
|
||||
- name: convert-pathschanged
|
||||
image: meltwater/drone-convert-pathschanged
|
||||
env:
|
||||
- name: PROVIDER
|
||||
value: github
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: drone-env
|
||||
|
||||
env:
|
||||
DRONE_USER_FILTER: nold360
|
||||
DRONE_USER_CREATE: username:nold360,admin:true
|
||||
DRONE_SERVER_PORT: ":8000"
|
||||
|
||||
|
||||
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
||||
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
||||
NO_PROXY: localhost,.cluster.local
|
||||
|
||||
# Path Converter Plugin
|
||||
DRONE_CONVERT_PLUGIN_ENDPOINT: http://127.0.0.1:3000
|
||||
|
||||
DRONE_DATADOG_ENABLED: "false"
|
||||
|
||||
## REQUIRED: Set the user-visible Drone hostname, sans protocol.
|
||||
|
|
Loading…
Reference in a new issue