oc-k8s/opencloud/charts/loki/scenarios
2024-12-16 14:55:43 +01:00
..
images Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
default-single-binary-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
default-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
ingress-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
legacy-monitoring-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
README.md Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
simple-scalable-aws-kube-irsa-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00

These scenarios are used by Github Workflow: Publish Rendered Helm Chart Diff.

Each scenario is used as the values file for the Loki Helm chart to render Kubernetes manifests in base and PR's branch to compare the content and report the diff on Pull Request as a comment(example). It gives the ability to the reviewer to understand how the changes in the chart modify resulting manifests.

img.png

The workflow reports three types of changes for each scenario:

  1. Added files - the manifests that are added in the current PR and that did not exist in base branch.

added.png

  1. Modified files - the manifests that exist in both branches but the changes in PRs branch modify them. modified.png

  2. Removed files - the manifests that exist in base branch but do not exist in PRs branch.

removed.png