You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/auth-service/README.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Key capabilities:
18
18
19
19
Auth Service uses runtime configuration injected via environment variables. Application configuration is provided through Helm values and injected into the container at startup.
20
20
21
+
The container also receives a `SERVICE_VERSION` environment variable, auto-populated from `Chart.Version`. This is intended for display and observability purposes and is not user-configurable.
22
+
21
23
This allows:
22
24
23
25
- A single immutable container image across environments
@@ -456,11 +458,11 @@ All secret references support global fallbacks when deployed via umbrella chart.
Copy file name to clipboardExpand all lines: charts/governance-service/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Key capabilities:
17
17
18
18
Governance Service uses runtime configuration injected via environment variables. Application configuration is provided through Helm values and injected into the container at startup.
19
19
20
+
The container also receives a `SERVICE_VERSION` environment variable, auto-populated from `Chart.Version`. This is intended for display and observability purposes and is not user-configurable.
21
+
20
22
This allows:
21
23
22
24
- A single immutable container image across environments
@@ -431,8 +433,9 @@ All config values support global fallbacks when deployed via umbrella chart.
0 commit comments