-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
- name: Deploy
uses: Azure/k8s-deploy@v5
with:
resource-group: ${{ env.K8S_RG_PROD }}
name: ${{ env.K8S_CLUSTER_NAME_PROD }}
action: deploy
strategy: basic
namespace: ${{ env.K8S_NAMESPACE_PROD }}
timeout: 2m
manifests: |
deployment/certificate.yml
deployment/deployment.yml
deployment/service.yml
deployment/ingress.yml
images: |
${{ env.IMAGE_NAME }}:${{ needs.version.outputs.version }}
Version
- I am using the latest version
Runner
github, ubuntu-latest
Relevant log output
In Github Action logs I see
Unexpected input(s) 'timeout', valid inputs are ['namespace', 'manifests', 'images', 'imagepullsecrets', 'pull-images', 'strategy', 'route-method', 'version-switch-buffer', 'traffic-split-method', 'traffic-split-annotations', 'baseline-and-canary-replicas', 'percentage', 'action', 'force', 'token', 'annotate-resources', 'annotate-namespace', 'private-cluster', 'resource-group', 'name', 'skip-tls-verify', 'resource-type']
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working