Skip to content

Commit 529b6fc

Browse files
authored
fix: failing tests (#422)
1 parent ac3e76e commit 529b6fc

4 files changed

+12
-8
lines changed

etl-api/src/k8s/snapshots/etl_api__k8s__http__tests__create_bq_container_environment.snap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ expression: container_environment
1616
"valueFrom": {
1717
"secretKeyRef": {
1818
"key": "dsn",
19-
"name": "replicator-sentry-dsn"
19+
"name": "replicator-sentry-dsn",
20+
"optional": true
2021
}
2122
}
2223
},
2324
{
2425
"name": "APP_SUPABASE__API_KEY",
2526
"valueFrom": {
2627
"secretKeyRef": {
27-
"key": "api-key",
28+
"key": "key",
2829
"name": "supabase-api-key",
2930
"optional": true
3031
}

etl-api/src/k8s/snapshots/etl_api__k8s__http__tests__create_bq_replicator_stateful_set_json.snap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ expression: stateful_set_json
4343
"valueFrom": {
4444
"secretKeyRef": {
4545
"key": "dsn",
46-
"name": "replicator-sentry-dsn"
46+
"name": "replicator-sentry-dsn",
47+
"optional": true
4748
}
4849
}
4950
},
5051
{
5152
"name": "APP_SUPABASE__API_KEY",
5253
"valueFrom": {
5354
"secretKeyRef": {
54-
"key": "api-key",
55+
"key": "key",
5556
"name": "supabase-api-key",
5657
"optional": true
5758
}

etl-api/src/k8s/snapshots/etl_api__k8s__http__tests__create_iceberg_container_environment.snap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ expression: container_environment
1616
"valueFrom": {
1717
"secretKeyRef": {
1818
"key": "dsn",
19-
"name": "replicator-sentry-dsn"
19+
"name": "replicator-sentry-dsn",
20+
"optional": true
2021
}
2122
}
2223
},
2324
{
2425
"name": "APP_SUPABASE__API_KEY",
2526
"valueFrom": {
2627
"secretKeyRef": {
27-
"key": "api-key",
28+
"key": "key",
2829
"name": "supabase-api-key",
2930
"optional": true
3031
}

etl-api/src/k8s/snapshots/etl_api__k8s__http__tests__create_iceberg_replicator_stateful_set_json.snap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ expression: stateful_set_json
4343
"valueFrom": {
4444
"secretKeyRef": {
4545
"key": "dsn",
46-
"name": "replicator-sentry-dsn"
46+
"name": "replicator-sentry-dsn",
47+
"optional": true
4748
}
4849
}
4950
},
5051
{
5152
"name": "APP_SUPABASE__API_KEY",
5253
"valueFrom": {
5354
"secretKeyRef": {
54-
"key": "api-key",
55+
"key": "key",
5556
"name": "supabase-api-key",
5657
"optional": true
5758
}

0 commit comments

Comments
 (0)