Change the reviewed NGINX configuration

This is the same README you will find in the matching demo Space in Hub. It explains why the Space exists, what problem it demonstrates, and what to inspect first. View source markdown.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: generated README for this demo Space, built from committed helm-expt evidence.

A development variant that changes the reviewed NGINX result from three replicas to four without changing the saved base.

Start here when you open this Space in Hub. This page explains the problem this example is meant to show, what to inspect, why it matters, and where the evidence lives.

Why this example exists

A useful reviewed configuration soon needs a development version. The important part is that the team can change the real Kubernetes object without editing or forking the Helm chart.

This Space records that change and keeps the checked base available for comparison.

What this example shows

Where each setting comes from

PlaceWhat this Space records
Starting configurationThe upstream link points to the reviewed three-replica NGINX base imported from OCI.
ConfigHub changesDevelopment changes the Deployment directly to spec.replicas: 4 and records that edit in Unit revision history. The Helm values file is not changed or rerun.
Install workThe existing Secret requirement stays inherited from the reviewed base.
Live clusterThis development Space has not been used as a long-lived target. Its four-replica value is desired configuration, not a runtime observation.

If an upstream change and a local ConfigHub revision touch the same field, review the overlap before promotion.

What to inspect in Hub

Evidence and source

Limits