Skip to content

Commit

Permalink
Add some test values for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jan 15, 2025
1 parent 94bda2d commit 8730d86
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/backstage/ci/with-custom-image-for-test-pod-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Workaround for kind cluster in CI which has no Routes and no PVCs
route:
enabled: false
upstream:
postgresql:
primary:
persistence:
enabled: false

test:
image:
registry: quay.io
repository: curl/curl-base
tag: 8.11.1
11 changes: 11 additions & 0 deletions charts/backstage/ci/with-test-pod-disabled-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Workaround for kind cluster in CI which has no Routes and no PVCs
route:
enabled: false
upstream:
postgresql:
primary:
persistence:
enabled: false

test:
enabled: false

0 comments on commit 8730d86

Please sign in to comment.