-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskaffold.yaml
More file actions
38 lines (38 loc) · 793 Bytes
/
skaffold.yaml
File metadata and controls
38 lines (38 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: skaffold/v2beta10
kind: Config
metadata:
name: k3os-config-operator
build:
local:
push: false
profiles:
- name: release
build:
artifacts:
- image: ghcr.io/annismckenzie/k3os-config-operator
custom:
buildCommand: make docker-build
tagPolicy:
gitCommit: {}
local:
push: true
deploy:
kustomize:
paths:
- config/default
- name: dev
build:
artifacts:
- image: ghcr.io/annismckenzie/k3os-config-operator
custom:
buildCommand: make docker-build-dev
tagPolicy:
gitCommit:
variant: AbbrevTreeSha
prefix: dev-
local:
push: true
deploy:
kustomize:
paths:
- config/dev