From 8943f510e5a5e809e1bca1640ef071f17deb5be8 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 5 Nov 2024 16:42:45 +0100 Subject: [PATCH] Fix commit message for cluster update Change-Id: I48d694c9acb3b79fbbb6ded166642fda0699397d Signed-off-by: garciadeblas --- .../full-update-crossplane-cluster-and-bootstrap-wft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-crossplane-cluster-and-bootstrap-wft.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-crossplane-cluster-and-bootstrap-wft.yaml index 3e661c46..c47a71a6 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-crossplane-cluster-and-bootstrap-wft.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-crossplane-cluster-and-bootstrap-wft.yaml @@ -274,7 +274,7 @@ spec: - name: git_volume_name value: '{{steps.generate-fleet-volume-repo.outputs.parameters.pvc-name}}' - name: commit_message - value: "Create AKS cluster {{inputs.parameters.cluster_kustomization_name}}" + value: "Update {{inputs.parameters.cluster_type}} cluster {{inputs.parameters.cluster_kustomization_name}}" - name: main_branch value: main - name: contrib_branch -- 2.25.1