Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The purpose and format of values-global.yaml is not documented #340

Open
adelton opened this issue Oct 31, 2023 · 0 comments
Open

The purpose and format of values-global.yaml is not documented #340

adelton opened this issue Oct 31, 2023 · 0 comments
Assignees

Comments

@adelton
Copy link
Contributor

adelton commented Oct 31, 2023

Reading https://validatedpatterns.io/patterns/multicloud-gitops/mcg-getting-started/, there are steps like

vi values-global.yaml

git add values-global.yaml

git commit values-global.yaml

there. Content of that file is in turn

---
global:
  pattern: multicloud-gitops

  options:
    useCSV: false
    syncPolicy: Automatic
    installPlanApproval: Automatic

main:
  clusterGroupName: hub

  multiSourceConfig:
    enabled: true

However, it is not clear what CSV that useCSV is about, what syncing and installation that syncPolicy and installPlanApproval, or what the clusterGroupName value is for and what happens if any of those values get changed.

If there is something that the user following the https://validatedpatterns.io/patterns/multicloud-gitops/mcg-getting-started/ guidance should look for and change, it should be clearly documented.

If the file should be left as it is because for this pattern no changes are needed, that vi values-global.yaml step likely should not be there at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants