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

fix: add missing "site." prefix to jekyll variables #1392

Merged

Conversation

bartsmykla
Copy link
Contributor

@bartsmykla bartsmykla commented Jun 27, 2023

There were places which were using variables which had to be prefixed with site. to work. This PR's changes include:

  • {{set_flag_values_prefix}} -> {{site.set_flag_values_prefix}}
  • {{mesh_product_name}} -> {{site.mesh_product_name}}
  • {{mesh_namespace}} -> {{site.mesh_namespace}}
  • {{mesh_cp_name}} -> {{site.mesh_cp_name}}
  • {{mesh_helm_repo}} -> {{site.mesh_helm_repo}}
  • {{mesh_helm_install_name}} -> {{site.mesh_helm_install_name}}
  • {{mesh_install_archive_name}} -> {{site.mesh_install_archive_name}}

Closes: #1389

Did you sign your commit? Instructions: 👍

Have you read Contributing guidelines?: 👍

There were places which were using variables which had to be
prefixed with `site.` to work. This PR's changes include:
- `{{set_flag_values_prefix}}` -> `{{site.set_flag_values_prefix}}`
- `{{mesh_product_name}}` -> `{{site.mesh_product_name}}`
- `{{mesh_namespace}}` -> `{{site.mesh_namespace}}`
- `{{mesh_cp_name}}` -> `{{site.mesh_cp_name}}`
- `{{mesh_helm_repo}}` -> `{{site.mesh_helm_repo}}`
- `{{mesh_helm_install_name}}` -> `{{site.mesh_helm_install_name}}`
- `{{mesh_install_archive_name}}` ->
  `{{site.mesh_install_archive_name}}`

Signed-off-by: Bart Smykla <[email protected]>
@bartsmykla bartsmykla requested a review from slonka June 27, 2023 04:52
@bartsmykla bartsmykla requested a review from a team as a code owner June 27, 2023 04:52
@bartsmykla bartsmykla requested review from Automaat and removed request for a team June 27, 2023 04:52
@netlify
Copy link

netlify bot commented Jun 27, 2023

Deploy Preview for kuma ready!

Name Link
🔨 Latest commit ff99818
🔍 Latest deploy log https://app.netlify.com/sites/kuma/deploys/649a6b0b39e6810008dfa3ac
😎 Deploy Preview https://deploy-preview-1392--kuma.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bartsmykla bartsmykla enabled auto-merge (squash) June 27, 2023 04:57
@bartsmykla bartsmykla merged commit b7e6fcb into kumahq:master Jun 27, 2023
14 of 15 checks passed
@bartsmykla bartsmykla deleted the fix/add-site-prefix-to-jekyll-variables branch June 27, 2023 05:30
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.

CNI related docs (at least) are broken
2 participants