Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 20, 2023
1 parent 1fdbafc commit 346a3e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
- name: PGHOST
value: pg-hasura-r
- name: RETENTION_DAYS
value: "60"
value: \\"60\\"
---
apiVersion: batch/v1
kind: CronJob
Expand Down Expand Up @@ -238,7 +238,7 @@ spec:
- name: PGHOST
value: pg-keycloak-r
- name: RETENTION_DAYS
value: "60"
value: \\"60\\"
---
apiVersion: batch/v1
kind: Job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
- name: PGHOST
value: pg-r
- name: RETENTION_DAYS
value: "60"
value: \\"60\\"
---
apiVersion: batch/v1
kind: Job
Expand Down
2 changes: 1 addition & 1 deletion packages/kontinuous/tests/__snapshots__/pg.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
- name: PGHOST
value: cnpg-r
- name: RETENTION_DAYS
value: "60"
value: \\"60\\"
---
apiVersion: batch/v1
kind: Job
Expand Down

0 comments on commit 346a3e9

Please sign in to comment.