зеркало из https://github.com/Azure/k8s-actions.git
Update action.yml with deprecation message (#34)
* Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml
This commit is contained in:
Родитель
3950f1ca13
Коммит
7a93ceb73d
|
@ -5,6 +5,7 @@ inputs:
|
|||
description: 'Azure credentials i.e. output of `az ad sp create-for-rbac --sdk-auth`'
|
||||
required: true
|
||||
default: ''
|
||||
deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/aks-set-context@v1'
|
||||
resource-group:
|
||||
description: 'Resource Group Name'
|
||||
required: false
|
||||
|
|
|
@ -5,6 +5,7 @@ inputs:
|
|||
description: 'Container registry username'
|
||||
required: true
|
||||
default: ''
|
||||
deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/docker-login@v1'
|
||||
password:
|
||||
description: 'Container registry password'
|
||||
required: true
|
||||
|
|
|
@ -8,6 +8,7 @@ inputs:
|
|||
container-registry-url:
|
||||
description: 'Container registry url'
|
||||
required: false
|
||||
deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/k8s-create-secret@v1'
|
||||
container-registry-username:
|
||||
description: 'Container registry username'
|
||||
required: false
|
||||
|
|
|
@ -9,6 +9,7 @@ inputs:
|
|||
description: 'Path to the manifest files which will be used for deployment.'
|
||||
required: true
|
||||
default: ''
|
||||
deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/k8s-deploy@v1'
|
||||
images:
|
||||
description: 'Fully qualified resource URL of the image(s) to be used for substitutions on the manifest files
|
||||
Example: contosodemo.azurecr.io/helloworld:test'
|
||||
|
|
|
@ -6,6 +6,7 @@ inputs:
|
|||
description: 'Kubernetes Config'
|
||||
required: false
|
||||
default: ''
|
||||
deprecationMessage: "This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/k8s-set-context@v1"
|
||||
context:
|
||||
description: 'If your kubeconfig has multiple contexts, use this field to use a specific context, otherwise the default one would be chosen'
|
||||
required: false
|
||||
|
|
|
@ -5,6 +5,7 @@ inputs:
|
|||
description: 'Version of kubectl'
|
||||
required: true
|
||||
default: 'latest'
|
||||
deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/setup-kubectl@v1'
|
||||
outputs:
|
||||
kubectl-path:
|
||||
description: 'Path to the cached kubectl binary'
|
||||
|
|
Загрузка…
Ссылка в новой задаче