Skip to content

Commit 23da336

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

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

chart/templates/extra/controllerconfiguration.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ 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+
watchLocalApplications: true
57+
workQueue:
58+
maxConcurrentReconciles: 10
5659
requeueDuration: "5m"
5760
rateLimiter:
5861
maxOf:

0 commit comments

Comments
 (0)