Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 4, 2024
1 parent 711e5c1 commit 8a94bd0
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,21 @@ spec:
value: pg-hasura-r
- name: RETENTION_DAYS
value: \\"60\\"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: nodepool
operator: In
values:
- prod-build
tolerations:
- key: pool
operator: Equal
value: ci
effect: NoSchedule
---
apiVersion: batch/v1
kind: CronJob
Expand Down Expand Up @@ -239,6 +254,21 @@ spec:
value: pg-keycloak-r
- name: RETENTION_DAYS
value: \\"60\\"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: nodepool
operator: In
values:
- prod-build
tolerations:
- key: pool
operator: Equal
value: ci
effect: NoSchedule
---
apiVersion: batch/v1
kind: Job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,21 @@ spec:
value: pg-r
- name: RETENTION_DAYS
value: \\"60\\"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: nodepool
operator: In
values:
- prod-build
tolerations:
- key: pool
operator: Equal
value: ci
effect: NoSchedule
---
apiVersion: batch/v1
kind: Job
Expand Down
15 changes: 15 additions & 0 deletions packages/kontinuous/tests/__snapshots__/pg.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,21 @@ spec:
value: cnpg-r
- name: RETENTION_DAYS
value: \\"60\\"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: nodepool
operator: In
values:
- prod-build
tolerations:
- key: pool
operator: Equal
value: ci
effect: NoSchedule
---
apiVersion: batch/v1
kind: Job
Expand Down

0 comments on commit 8a94bd0

Please sign in to comment.