@@ -195,3 +195,26 @@ profiles:
|
||||
- k8s/prod/pusher.yaml
|
||||
deploy:
|
||||
kubectl: {}
|
||||
---
|
||||
apiVersion: skaffold/v4beta11
|
||||
kind: Config
|
||||
metadata:
|
||||
name: transcodebackfill
|
||||
build:
|
||||
local: {}
|
||||
tagPolicy:
|
||||
gitCommit:
|
||||
variant: AbbrevCommitSha
|
||||
profiles:
|
||||
- name: prod
|
||||
build:
|
||||
artifacts:
|
||||
- image: transcodebackfill
|
||||
context: .
|
||||
docker:
|
||||
dockerfile: Dockerfile.transcodebackfill
|
||||
manifests:
|
||||
rawYaml:
|
||||
- k8s/prod/transcodebackfill.yaml
|
||||
deploy:
|
||||
kubectl: {}
|
||||
|
||||
Reference in New Issue
Block a user