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:
12
skaffold.yaml
Normal file
12
skaffold.yaml
Normal 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*
|
Reference in New Issue
Block a user