b
This commit is contained in:
23
skaffold.yaml
Normal file
23
skaffold.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: skaffold/v3
|
||||
kind: Config
|
||||
metadata:
|
||||
name: hello-gin
|
||||
|
||||
deploy:
|
||||
kubectl:
|
||||
defaultNamespace: memelord-sala
|
||||
|
||||
manifests:
|
||||
rawYaml:
|
||||
- deployment.yaml
|
||||
|
||||
|
||||
# kubectl create secret docker-registry imgcred --docker-server=https://git.codemowers.io --docker-username=__token__ --docker-password=...
|
||||
build:
|
||||
artifacts:
|
||||
- image: git.codemowers.io/salasource/hello-gin
|
||||
|
||||
# Comment following lines below to build locally
|
||||
# cluster:
|
||||
# dockerConfig:
|
||||
# secretName: kaniko
|
||||
Reference in New Issue
Block a user