1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-29 01:21:32 +00:00

adding skaffold

This commit is contained in:
Tariq Islam
2018-06-06 14:07:26 -04:00
parent e00f8baa3d
commit bb5dfd54ab
2 changed files with 14 additions and 2 deletions

12
skaffold.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: skaffold/v1alpha2
kind: Config
build:
artifacts:
- imageName: gcr.io/gcp-demo-200100/hello-world-nginx:latest
kaniko:
gcsBucket: skaffold-kaniko-contexts
pullSecret: /Users/tariqislam/opt/sa/kaniko-sa.json
deploy:
kubectl:
manifests:
- hello-world-nginx*