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

Update ingress docs to have more up to date code examples #2199

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Update ingress docs to have more up to date code examples #2199

merged 1 commit into from
Aug 28, 2023

Conversation

roosmaa
Copy link
Contributor

@roosmaa roosmaa commented Aug 24, 2023

Description

Update the ingress doc code examples to be up to date with current jsonnet structure in master branch. Closes #2196

Type of change

What type of changes does your code introduce to the kube-prometheus? Put an x in the box that apply.

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Changelog entry

Please put a one-line changelog entry below. Later this will be copied to the changelog file.

(Intentionally omitted as no actual code changes were made)


@@ -95,6 +97,7 @@ local kp =
},
};

// Output a kubernetes List object with both ingresses (k8s-libsonnet)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this note here as well, as the following caught me off-guard (as a complete newcommer to the jsonnet ecosystem).

@philipgough philipgough merged commit 18ed0ff into prometheus-operator:main Aug 28, 2023
10 checks passed
@roosmaa roosmaa deleted the update-ingress-docs branch August 31, 2023 21:58
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.

Ingress docs inline example out-dated
2 participants