Skip to content
Snippets Groups Projects

WIP: Ikerperez/add gerrit

Closed Iker Sustatxa requested to merge ikerperez/add-gerrit into master
1 file
+ 9
3
Compare changes
  • Side-by-side
  • Inline
@@ -45,8 +45,9 @@ spec:
mountPath: '/etc/zuul'
- name: playbooks
mountPath: '/var/playbooks'
- name: sshkey
- name: ssh
mountPath: '/var/ssh/'
readOnly: true
volumes:
# Configmaps containing the zuul configuration
- name: zuul
@@ -57,8 +58,13 @@ spec:
configMap:
name: playbooks-config
defaultMode: 0777
- name: sshkey
emptyDir: {}
- name: ssh
projected:
sources:
- secret:
name: gerrit-admin-ssh
- secret:
name: zuul-ssh
---
apiVersion: v1
kind: Service
Loading