You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/products/promotion-flow-triggers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ The Rollback flow triggers when the commit message contains terms like `revert`
131
131
132
132
As with other GitOps entities, you can configure Promotion Flow settings in either Form or YAML modes.
133
133
134
-
Once configured and committed, these settings are saved as the `promotion-flow` resource within the Shared Configuration Repository in the GitOps Runtime selected as the Configuration Runtime. The path in the Shared Configuration Repo is `<gitops-runtime>/<shared-configuration-repo>/resources/configuration/promotion-flows/`.
134
+
Once configured and committed, these settings are saved as the `promotion-flow` resource within the Shared Configuration Repository in the GitOps Runtime selected as the Configuration Runtime. The path in the Shared Configuration Repo is `<gitops-runtime>/<shared-configuration-repo>/resources/entities/promotion-flows/`.
135
135
See [Shared Configuration Repository]({{site.baseurl}}/docs/installation/gitops/shared-configuration/) and [Designating Configuration Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#designating-configuration-runtimes)).
136
136
137
137
To configure directly in YAML, refer to our [Promotion Flow CRD](tbd) for the syntax requirements and descriptions.-->
Copy file name to clipboardExpand all lines: _docs/products/promotion-version-properties.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ As with other GitOps entities, you can configure Promotion Settings for the prod
361
361
When you define an Inline template, configure and commit the settings, they are saved as a `promotion-template` resource within the Shared Configuration Repository in the GitOps Runtime selected as the Configuration Runtime. The path in the Shared Configuration Repo is `<gitops-runtime>/<shared-configuration-repo>/resources/configuration/promotion-templates/`.
362
362
See [Shared Configuration Repository]({{site.baseurl}}/docs/installation/gitops/shared-configuration/) and [Designating Configuration Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#designating-configuration-runtimes).
363
363
364
-
To configure directly in YAML, refer to our [Promotion Template YAML]({{site.baseurl}}/docs/promotions/configuration/yaml/promotion-template-crd/).
364
+
To configure directly in YAML, refer to our [Promotion Template YAML]({{site.baseurl}}/docs/promotions/entities/yaml/promotion-template-crd/).
365
365
366
366
## Related articles
367
367
[Assigning applications to products]({{site.baseurl}}/docs/products/assign-applications/)
As part of promoting changes across environments, it's customary to run tests and validations that match the requirements of the target environments in the promotion sequence. For example, create workflows that run smoke tests to verify basic functionality or database validation checks to ensure data integrity.
71
71
Create Promotion Workflows (Argo Workflows) to implement any type of tests, validations, and custom requirements.
72
72
73
-
1.[Create policies to govern environment promotions]({{site.baseurl}}/docs/promotions/configuration/promotion-policy/)
73
+
1.[Create policies to govern environment promotions]({{site.baseurl}}/docs/promotions/entities/promotion-policy/)
74
74
Govern promotion behavior for environments by setting rules, checks, and validations that environments must meet before and after changes are promoted.
75
75
Promotion Policies allow you to define these rules by combining Promotion Workflows and the promotion action based on environment type, product, or other criteria. When a promotion is triggered for an environment, the policy mechanism merges settings from all relevant global policies according to priority, providing automated governance for consistent and reliable promotion behavior.
76
76
77
-
1.[Create promotion flows to orchestrate promotions]({{site.baseurl}}/docs/promotions/configuration/promotion-flow/)
77
+
1.[Create promotion flows to orchestrate promotions]({{site.baseurl}}/docs/promotions/entities/promotion-flow/)
78
78
Orchestrate the sequence of actions to move and deploy changes through the required environments, from the trigger environment to the final target environment.
79
79
Promotion Flows ensure that changes are promoted in a controlled and predictable manner by integrating environments, products and applications, promotion workflows, and policies.