File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
kubernetes/kustomize/zuul/overlays/preprod Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ prometheus_port=9091
3535[executor]
3636manage_ansible=true
3737ansible_root=/var/lib/zuul/managed_ansible
38- private_key_file=<path:secret/data/ zuul/sshkey#private_key>
38+ private_key_file=/var/lib/ zuul-ssh/executor-ssh.key
3939disk_limit_per_job=5000
4040max_starting_builds=5
4141trusted_ro_paths=/var/run/zuul/trusted-ro
@@ -50,7 +50,7 @@ name=github
5050driver=github
5151webhook_token=<path:secret/data/zuul/connections/github#webhook_token>
5252app_id=<path:secret/data/zuul/connections/github#app_id>
53- app_key=<path:secret/data/ zuul/connections/ github#app_key>
53+ app_key=/var/lib/ zuul-ssh/ github-app.key
5454
5555[connection "gitlab"]
5656name=gitlab
6060server=git.tsi-dev.otc-service.com
6161api_token=<path:secret/data/zuul/connections/gitlab#api_token>
6262webhook_token=<path:secret/data/zuul/connections/gitlab#webhook_token>
63- sshkey=<path:secret/data/ zuul/connections/ gitlab#ssh_key>
63+ sshkey=/var/lib/ zuul-ssh/ gitlab-ssh.key
6464
6565[connection "opendev"]
6666name=opendev
Original file line number Diff line number Diff line change 1616 - name : zuul
1717 volumeMounts :
1818 - name : zuul-ssh-keys
19- mountPath : /etc/zuul/connections
20- readOnly : true
21- - name : zuul-ssh-keys
22- mountPath : /etc/zuul/sshkey
23- subPath : executor-ssh.key
19+ mountPath : /var/lib/zuul-ssh
2420 readOnly : true
Original file line number Diff line number Diff line change 1717 image : quay.io/opentelekomcloud/zuul-merger:change_774_change_859940
1818 volumeMounts :
1919 - name : zuul-ssh-keys
20- mountPath : /etc/zuul/connections
20+ mountPath : /var/lib/zuul-ssh
2121 readOnly : true
Original file line number Diff line number Diff line change 1717 image : quay.io/opentelekomcloud/zuul-web:change_774_change_859940
1818 volumeMounts :
1919 - name : zuul-ssh-keys
20- mountPath : /etc/zuul/connections
20+ mountPath : /var/lib/zuul-ssh
2121 readOnly : true
You can’t perform that action at this time.
0 commit comments