Skip to content

Commit

Permalink
chore(ci): Work around test failures in 1.30
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Røed Kristiansen <[email protected]>
  • Loading branch information
nikolaik committed Sep 17, 2024
1 parent f4f2f16 commit 156514c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/backstage/ci/appConfig-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ backstage:
keys:
# Is just a random b64 string for test purposes
- secret: N4+P+zJrErWRUGm0ZbVVhX1ZC81aSP81
# FIXME: Work around https://github.com/backstage/backstage/issues/26216 until v1.31.0 is released
kubernetes:
serviceLocatorMethod:
type: 'multiTenant'
clusterLocatorMethods:
- type: 'config'
clusters: []
8 changes: 8 additions & 0 deletions charts/backstage/ci/probes-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ backstage:
keys:
# Is just a random b64 string for test purposes
- secret: N4+P+zJrErWRUGm0ZbVVhX1ZC81aSP81
# FIXME: Work around https://github.com/backstage/backstage/issues/26216 until v1.31.0 is released
kubernetes:
serviceLocatorMethod:
type: 'multiTenant'
clusterLocatorMethods:
- type: 'config'
clusters: []

readinessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 156514c

Please sign in to comment.