Example Skaffold Configuration File
apiVersion: skaffold/v1alpha2 | |
kind: Config | |
build: | |
artifacts: | |
- imageName: codygreen/application | |
deploy: | |
kubectl: | |
manifests: | |
- ./k8s/k8s-* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment