Skip to content

Commit

Permalink
reword goals
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmccune committed Jan 17, 2025
1 parent c37f195 commit 1913680
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ import ManifestYAML from '!!raw-loader!./_migrate_appset/script-05-application/m

The manifests rendered at the end of the migration achieve the goals.

1. The ApplicationSet template rendered by ArgoCD remotely is replaced by the Application rendered by Holos locally.
2. The resulting Application is equivalent, ArgoCD reconciles the same resources.
3. The final configuration is within reach in a local file. We'll see how Holos exposes intermediate state as we step through the migration in the next section.
1. The Application rendered by Holos is readable and complete, replacing the ApplicationSet template rendered remotely.
2. The Application is equivalent to those produced by the ApplicationSet.
3. The final configuration is within reach in local files. We'll see how Holos exposes intermediate state as we step through the migration in the next section.
4. Both ArgoCD and Helm are used idiomatically, passing the value files to render the chart for GitOps.

## Migration Steps
Expand Down

0 comments on commit 1913680

Please sign in to comment.