Skip to content

Commit 3f8601d

Browse files
committed
feat: add helm chart
Signed-off-by: emirot <emirot.nolan@gmail.com>
1 parent 62e6bda commit 3f8601d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chart/templates/extra/controllerconfiguration.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ spec:
5050
slowDelay: "5m"
5151
maxFastAttempts: 3
5252
template:
53-
title: "Promote {{ "{{" }} trunc 5 .ChangeTransferPolicy.Status.Proposed.Dry.Sha {{ "}}" }} to `{{ "{{" }} .ChangeTransferPolicy.Spec.ActiveBranch {{ "}}" }}`"
54-
description: "This PR is promoting the environment branch `{{ "{{" }} .ChangeTransferPolicy.Spec.ActiveBranch {{ "}}" }}` which is currently on dry sha {{ "{{" }} .ChangeTransferPolicy.Status.Active.Dry.Sha {{ "}}" }} to dry sha {{ "{{" }} .ChangeTransferPolicy.Status.Proposed.Dry.Sha {{ "}}" }}."
53+
title: 'Promote {{ `{{ trunc 5 .ChangeTransferPolicy.Status.Proposed.Dry.Sha }}` }} to `{{ `{{ .ChangeTransferPolicy.Spec.ActiveBranch }}` }}`'
54+
description: 'This PR is promoting the environment branch `{{ `{{ .ChangeTransferPolicy.Spec.ActiveBranch }}` }}` which is currently on dry sha {{ `{{ .ChangeTransferPolicy.Status.Active.Dry.Sha }}` }} to dry sha {{ `{{ .ChangeTransferPolicy.Status.Proposed.Dry.Sha }}` }}.'
5555
commitStatus:
56-
workQueue:
5756
requeueDuration: "5m"
5857
rateLimiter:
5958
maxOf:

0 commit comments

Comments
 (0)