diff options
Diffstat (limited to 'setup/projects/adei/templates/10-adei-build.yml.j2')
-rw-r--r-- | setup/projects/adei/templates/10-adei-build.yml.j2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setup/projects/adei/templates/10-adei-build.yml.j2 b/setup/projects/adei/templates/10-adei-build.yml.j2 index f961219..8ca84d8 100644 --- a/setup/projects/adei/templates/10-adei-build.yml.j2 +++ b/setup/projects/adei/templates/10-adei-build.yml.j2 @@ -2,6 +2,8 @@ apiVersion: v1 kind: Template metadata: name: adei-build + labels: + app: adei annotations: descriptions: "ADEI Build" objects: @@ -9,16 +11,14 @@ objects: apiVersion: v1 metadata: name: adei - labels: - name: adei - kind: "BuildConfig" apiVersion: "v1" metadata: name: "adei" - labels: - name: adei spec: # runPolicy: "Serial" + successfulBuildsHistoryLimit: "{{ adei_pod_history_limit }}" + failedBuildsHistoryLimit: "{{ adei_pod_history_limit }}" triggers: - type: "ConfigChange" source: |