Skip to content

Commit 9ba27d5

Browse files
chore: sync from governance-studio-infrastructure @ 02b8400
Updated: charts Source: eqtylab/governance-studio-infrastructure@02b8400
1 parent b9c2b08 commit 9ba27d5

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

charts/auth-service/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,18 +378,18 @@ When deployed via the umbrella chart, these global values are automatically used
378378

379379
### Database Configuration
380380

381-
| Key | Type | Default | Description |
382-
| ------------------------------------------ | ------ | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
383-
| externalDatabase.host | string | `""` | Database host (auto-configured from global.postgresql.host or generated as {Release.Name}-postgresql) |
384-
| externalDatabase.port | string | `""` | Database port (auto-configured from global.postgresql.port; defaults to `5432` when empty) |
385-
| externalDatabase.name | string | `""` | Database name (auto-configured from global.postgresql.database, default "governance") |
386-
| externalDatabase.user | string | `""` | Database user (auto-configured from global.postgresql.username, default "postgres") |
387-
| externalDatabase.password | string | `""` | Database password (auto-configured from global.secrets.database) |
388-
| externalDatabase.sslMode | string | `""` | SSL mode (auto-configured from global.postgresql.sslMode, defaults to "disable"). Options: disable, require, verify-ca, verify-full |
389-
| externalDatabase.passwordSecretKeyRef.name | string | `""` | Secret name containing database password |
390-
| externalDatabase.passwordSecretKeyRef.key | string | `""` | Secret key name for password |
391-
| migrations.runAtStartup | bool | `true` | Run database migrations automatically at startup |
392-
| migrations.path | string | `"/internal/database/migrations"` | Path to migration files |
381+
| Key | Type | Default | Description |
382+
| ------------------------------------------ | ------ | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
383+
| externalDatabase.host | string | `""` | Database host (auto-configured from global.postgresql.host or generated as {Release.Name}-postgresql) |
384+
| externalDatabase.port | string | `""` | Database port (auto-configured from global.postgresql.port; defaults to `5432` when empty) |
385+
| externalDatabase.name | string | `""` | Database name (auto-configured from global.postgresql.database, default "governance") |
386+
| externalDatabase.user | string | `""` | Database user (auto-configured from global.postgresql.username, default "postgres") |
387+
| externalDatabase.password | string | `""` | Database password (auto-configured from global.secrets.database) |
388+
| externalDatabase.sslMode | string | `""` | SSL mode (auto-configured from global.postgresql.sslMode, defaults to "disable"). Options: disable, require, verify-ca, verify-full |
389+
| externalDatabase.passwordSecretKeyRef.name | string | `""` | Secret name containing database password |
390+
| externalDatabase.passwordSecretKeyRef.key | string | `""` | Secret key name for password |
391+
| migrations.runAtStartup | bool | `true` | Run database migrations automatically at startup |
392+
| migrations.path | string | `"/pkg/database/migrations"` | Path to migration files |
393393

394394
### Secret Configuration
395395

charts/auth-service/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ migrations:
314314
# Run database migrations automatically at startup
315315
runAtStartup: true
316316
# -- Migration Path
317-
# @default -- `/internal/database/migrations`
317+
# @default -- `/pkg/database/migrations`
318318
# Path to migration files within the container
319-
path: "/internal/database/migrations"
319+
path: "/pkg/database/migrations"
320320

321321
# =============================================================================
322322
# SECRETS CONFIGURATION

charts/governance-platform/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,9 @@ auth-service:
687687
# Run database migrations automatically at startup
688688
runAtStartup: true
689689
# -- Migration Path
690-
# @default -- `/internal/database/migrations`
690+
# @default -- `/pkg/database/migrations`
691691
# Path to migration files within the container
692-
path: "/internal/database/migrations"
692+
path: "/pkg/database/migrations"
693693

694694
# =============================================================================
695695
# SECRETS CONFIGURATION

0 commit comments

Comments
 (0)