Skip to content

Commit

Permalink
Draft create
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadel committed May 18, 2019
1 parent 7d229d9 commit 1e64a48
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- cb-technologists-bot
reviewers:
- cb-technologists-bot
6 changes: 6 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
aliases:
- cb-technologists-bot
best-approvers:
- cb-technologists-bot
best-reviewers:
- cb-technologists-bot
1 change: 1 addition & 0 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildPack: jenkins
30 changes: 30 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: skaffold/v1beta2
kind: Config
build:
artifacts:
- image: changeme
context: .
docker: {}
tagPolicy:
envTemplate:
template: '{{.DOCKER_REGISTRY}}/kypseli/kmadel:{{.VERSION}}'
local: {}
deploy:
kubectl: {}
profiles:
- name: dev
build:
artifacts:
- docker: {}
tagPolicy:
envTemplate:
template: '{{.DOCKER_REGISTRY}}/kypseli/kmadel:{{.DIGEST_HEX}}'
local: {}
deploy:
helm:
releases:
- name: kmadel
chartPath: charts/kmadel
setValueTemplates:
image.repository: '{{.DOCKER_REGISTRY}}/kypseli/kmadel'
image.tag: '{{.DIGEST_HEX}}'

0 comments on commit 1e64a48

Please sign in to comment.