23 lines
457 B
YAML
23 lines
457 B
YAML
apiVersion: skaffold/v3
|
|
kind: Config
|
|
metadata:
|
|
name: hello-gin
|
|
|
|
deploy:
|
|
kubectl: {}
|
|
|
|
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/laurivosandi/hello-gin
|
|
|
|
# Comment following lines below to build locally
|
|
# cluster:
|
|
# dockerConfig:
|
|
# secretName: kaniko
|