Make pulling of images switchable (#178)

This commit is contained in:
Jan Röhrich
2022-04-11 16:20:36 +02:00
committed by GitHub
parent ee3c5aed75
commit bcdb90f36f
3 changed files with 19 additions and 8 deletions
+4
View File
@@ -15,6 +15,10 @@ inputs:
imagepullsecrets:
description: "Name of a docker-registry secret that has already been set up within the cluster. Each of these secret names are added under imagePullSecrets field for the workloads found in the input manifest files"
required: false
pull-images:
description: "Switch whether to pull the images from the registry before deployment to find out Dockerfile's path in order to add it to the annotations"
required: false
default: true
strategy:
description: "Deployment strategy to be used. Allowed values are none, canary and blue-green"
required: false