pool: | |
name: Hosted Ubuntu 1604 | |
steps: | |
- task: KubectlInstaller@0 | |
displayName: 'Install Kubectl latest' | |
- task: Kubernetes@1 | |
displayName: 'kubectl apply' | |
inputs: | |
kubernetesServiceEndpoint: CloudOvenKubernetes | |
command: apply | |
useConfigurationFile: true | |
configuration: src/services/emojivoto/all.yml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment