weave-gitops
weave-gitops copied to clipboard
Write app manifests to local system
As a user when I stop running gitops run for the first time against an application path. I will see the manifests for that application in my cluster folder, along side the bootstrap and weave-gitops dashboard. E.g. pod-info flux manifests.
Acceptance Criteria
In the file path clusters/my-cluster I should see the following yaml files:
- If I am running against an application folder I expect to see a new yaml file
<folder-name>-kustomization.yamlin the above directory.
In Scope?
Should we detect if there is already a kustomization for that app on the cluster? If there is one then don't create the flux kustomization. Or do we wait for phase 2?