Skip to content

Commit

Permalink
🔨 Add DevSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoluisi committed Dec 3, 2023
1 parent ee3b30d commit c680659
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ pipelines:
# This is a list of `images` that DevSpace can build for this project
# We recommend to skip image building during development (devspace dev) as much as possible
images:
app:
image: ${IMAGE}
dockerfile: ./Dockerfile
createPullSecret: true
# images:
# app:
# image: ${IMAGE}
# dockerfile: ./Dockerfile
# createPullSecret: true

# This is a list of `deployments` that DevSpace can create for this project
deployments:
Expand All @@ -36,7 +36,9 @@ deployments:
version: 0.0.3
repo: https://devxp-tech.github.io/helm-charts
values:
name: backstage-dev
name: backstage
serviceAccount:
name: backstage
imagePullSecrets:
enabled: true
name: ghcr
Expand Down

0 comments on commit c680659

Please sign in to comment.