Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
refactor: Extract environment setup int env.mk as a preparation for m…
Browse files Browse the repository at this point in the history
…aking it a part of CI
  • Loading branch information
B&R committed Mar 21, 2023
1 parent a3e01e4 commit 09daa6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skaffold.yaml
Expand Up @@ -7,15 +7,15 @@ profiles:
local:
push: true
artifacts:
- image: bmt-registry:5000/backup-repository
- image: rkt-registry:5000/backup-repository
ko:
dependencies:
paths: ["**/*.go", "go.mod", "go.sum"]
ignore: ["**/*_test.go"]
tagPolicy:
gitCommit: {}
insecureRegistries:
- bmt-registry:5000
- rkt-registry:5000
deploy:
statusCheck: true
statusCheckDeadlineSeconds: 120
Expand All @@ -30,7 +30,7 @@ profiles:
- helm/examples/backup-repository-ci.values.yaml
setValueTemplates:
installCRD: "false"
image.repository: 'bmt-registry:5000/backup-repository'
image.repository: 'rkt-registry:5000/backup-repository'
image.tag: '{{.IMAGE_TAG}}'
terminationGracePeriodSeconds: 1
env.GIN_MODE: "debug"
Expand Down

0 comments on commit 09daa6d

Please sign in to comment.