Initial commit
This commit is contained in:
20
skaffold.yaml
Normal file
20
skaffold.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user