This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== BuildConfig ====== Net als een deployment-config wordt een buildconfig aangemaakt met ''oc new-app'' en door het uitrollen van bepaalde templates. <code yaml> 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 </code> chp/concepten/buildconfig.txt Last modified: 2026/05/27 14:01by 127.0.0.1 Log In