mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 10:39:26 +08:00
add server-side option for kubectl apply commands (#424)
This commit is contained in:
@@ -55,6 +55,10 @@ inputs:
|
||||
description: 'Deploy when a previous deployment already exists. If true then --force argument is added to the apply command'
|
||||
required: false
|
||||
default: false
|
||||
server-side:
|
||||
description: 'The apply command runs in the server instead of the client. If true then --server-side argument is added to the apply command.'
|
||||
required: false
|
||||
default: false
|
||||
token:
|
||||
description: 'Github token'
|
||||
default: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user