21 lines
282 B
YAML
21 lines
282 B
YAML
apiVersion: skaffold/v3
|
|
kind: Config
|
|
metadata:
|
|
name: hello-gin
|
|
|
|
deploy:
|
|
kubectl: {}
|
|
|
|
manifests:
|
|
rawYaml:
|
|
- deployment.yaml
|
|
|
|
build:
|
|
artifacts:
|
|
- image: hello-gin
|
|
|
|
# Comment following lines below to build locally
|
|
cluster:
|
|
dockerConfig:
|
|
secretName: kaniko
|