Skip to content

Commit 62e6bda

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

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,11 +50,10 @@ 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:
5656
workQueue:
57-
maxConcurrentReconciles: 10
5857
requeueDuration: "5m"
5958
rateLimiter:
6059
maxOf:

0 commit comments

Comments
 (0)