Net als een deployment-config wordt een buildconfig aangemaakt met oc new-app en door het uitrollen van bepaalde templates.
source: git: uri: https://github.com/octobercms/october.git sourceSecret: name: git-secret type: Git strategy: sourceStrategy: from: kind: DockerImage name: registry.npohosting.nl/npohosting/php-fpm:latest type: Source successfulBuildsHistoryLimit: 5 triggers: - type: ConfigChange - type: ImageChange