Skip to content

Commit 4848c53

Browse files
authored
add Kebechet slug to openshift templates (default null) (#1190)
1 parent bf37f83 commit 4848c53

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

kebechet/base/openshift-templates/kebechet.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ parameters:
2525
description: "The webhook payload for kebecher run."
2626
displayName: "Webhook Payload"
2727
required: true
28+
- name: KEBECHET_SLUG
29+
description: "Git slug of project being worked on."
30+
displayName: "Kebechet Slug"
31+
value: "null"
2832

2933
objects:
3034
- apiVersion: argoproj.io/v1alpha1

kebechet/overlays/test/kebechet.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ parameters:
2525
description: "The webhook payload for kebecher run."
2626
displayName: "Webhook Payload"
2727
required: true
28+
- name: KEBECHET_SLUG
29+
description: "Slug of GitHub repo which needs to be updated."
30+
displayName: "Kebechet slug"
31+
value: "null"
2832

2933
objects:
3034
- apiVersion: argoproj.io/v1alpha1
@@ -78,6 +82,8 @@ objects:
7882
parameters:
7983
- name: "WEBHOOK_PAYLOAD"
8084
value: "${WEBHOOK_PAYLOAD}"
85+
- name: "KEBECHET_SLUG"
86+
value: "${KEBECHET_SLUG}"
8187
volumes:
8288
- name: ssh-config
8389
secret:

0 commit comments

Comments
 (0)