Skip to content

Commit 701d5f0

Browse files
committed
G2P-5032 Questions.yaml corrected. Chart name changed.
1 parent 4874c89 commit 701d5f0

3 files changed

Lines changed: 38 additions & 26 deletions

File tree

deployment/charts/spar/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
name: spar
3-
description: A Helm chart for OpenG2P SPAR
2+
name: openg2p-spar
3+
description: A Helm chart for OpenG2P SPAR - June 2026 Edition
44
type: application
55
version: 0.0.0-develop
66
dependencies:
Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,59 @@
11
questions:
2-
# SPAR Partner API
3-
- variable: sparHostname
4-
description: Hostname for all SPAR services
2+
# ----------------------------- Hostnames -----------------------------
3+
- variable: sparMapperAPI.sparHostname
4+
description: Hostname for the SPAR Mapper API
55
type: string
6-
label: SPAR Hostname
6+
label: SPAR Mapper API Hostname
7+
group: Hostnames
78

8-
# Beneficary portal API
99
- variable: benePortalAPI.benePortalHostname
10-
description: Hostname for Beneficiary Portal
10+
description: Hostname for the SPAR Beneficiary Portal API
1111
type: string
1212
label: Beneficiary Portal Hostname
13+
group: Hostnames
1314

14-
# eSignet
15-
- variable: esignetBaseUrl
16-
description: Base URL of eSignet for authentication
17-
type: string
18-
label: eSignet Base URL
15+
# ----------------------------- Keycloak ------------------------------
16+
- variable: keycloak-init.enabled
17+
description: Provision the SPAR OIDC client in Keycloak via the keycloak-init job
18+
type: boolean
19+
default: true
20+
label: Enable Keycloak Init
21+
group: Keycloak
1922

20-
# Keycloak
21-
- variable: keycloakBaseUrl
22-
description: Keycloak base URL for client authentication
23+
- variable: global.keycloakBaseUrl
24+
description: Public (namespace-scoped) Keycloak base URL used by apps for the OIDC issuer/token URL
2325
type: string
2426
label: Keycloak Base URL
27+
group: Keycloak
28+
29+
- variable: global.keycloakRealm
30+
description: Keycloak realm in which the SPAR client is provisioned and tokens are issued
31+
type: string
32+
label: Keycloak Realm
33+
group: Keycloak
2534

26-
- variable: sparAuthClientId
27-
description: OIDC client ID
35+
- variable: global.authClientId
36+
description: OIDC client ID (must match the client provisioned by keycloak-init)
2837
type: string
2938
label: OIDC Client ID
39+
group: Keycloak
3040

31-
- variable: sparAuthClientSecret
32-
description: OIDC client Kuberenetes secret name
41+
- variable: global.authClientSecret
42+
description: Kubernetes secret name holding the OIDC client password
3343
type: string
3444
label: OIDC Client Secret Name
45+
group: Keycloak
3546

36-
- variable: sparAuthClientSecretKey
37-
description: Key containing OIDC client password
47+
- variable: global.authClientSecretKey
48+
description: Key within the secret containing the OIDC client password
3849
type: string
3950
label: OIDC Client Secret Key
51+
group: Keycloak
4052

41-
# Keymanager
42-
- variable: keymanagerInstallationName
53+
# ----------------------------- Keymanager ----------------------------
54+
- variable: global.keymanagerInstallationName
4355
description: |-
4456
Internal service name of Keymanager
4557
type: reference_service
4658
label: Keymanager Service Name
47-
group: Keymanager Settings
59+
group: Keymanager

deployment/charts/spar/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ keycloak-init:
6868

6969
sparMapperAPI:
7070
enabled: true
71-
sparHostname: spar.trial.openg2p.net
71+
sparHostname: spar.trial.openg2p.org
7272
postgresql:
7373
enabled: false
7474
replicaCount: 1

0 commit comments

Comments
 (0)