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

common automatic update #267

Merged
merged 15 commits into from
Jul 14, 2023
Merged

common automatic update #267

merged 15 commits into from
Jul 14, 2023

Conversation

mbaldessari
Copy link
Contributor

  • Split off global helm variables to a helper definition
  • Switch ApplicationSets to use the newly-introduced helpers
  • Split off valueFiles to _helpers.tbl
  • Switch applicationsets to use the new helper
  • Drop some older comments
  • Tweak the load secret debug message to be clearer
  • Include an example SNO cluster pool in the tests
  • Enforce lowercase names for cluster claims
  • Avoid mixing yaml and json in the OCP install-config
  • Update provisioning tests
  • Fix up common/ tests

mbaldessari and others added 15 commits July 11, 2023 11:11
We can only split out bits of yaml that reference $.* variables. This is
because these sinppets in _helpers.tbl are passed a single context
either $ or . and cannot use both like the top-level domain.
I only remove the variables that are defined identically in
ApplicationSet and in the helper. Leaving the other ones as is
as their presence is not entirely clear to me and I do not want to
risk breaking things.
When HOME is set we replace it with '~' in this debug message
because when run from inside the container the HOME is /pattern-home
which is confusing for users. Printing out '~' when at the start of
the string is less confusing.

Before:
ok: [localhost] => {
    "msg": "/home/michele/.config/hybrid-cloud-patterns/values-secret-multicloud-gitops.yaml"
}

After:
ok: [localhost] => {
    "msg": "~/.config/hybrid-cloud-patterns/values-secret-multicloud-gitops.yaml"
}
Tweak the load secret debug message to be clearer
@mbaldessari mbaldessari merged commit 2aed878 into validatedpatterns:main Jul 14, 2023
4 checks passed
mhjacks pushed a commit to mhjacks/multicloud-gitops that referenced this pull request Jul 27, 2023
Print which files we are using to parse values secrets
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

Successfully merging this pull request may close these issues.

2 participants