Passing through the kube config

This commit is contained in:
2024-12-07 16:02:06 +01:00
parent 63a1d3df54
commit b003e2a58b

View File

@@ -7,7 +7,13 @@ inputs:
deploymentName:
description: The deployment name
required: true
b64KubeConf:
description: The configuration in base64
required: false
default: "${{ secrets.KUBERNETES_BASE64_CONF }}"
runs:
using: docker
image: Dockerfile
env:
KUBERNETES_BASE64_CONF: "${{ secrets.KUBERNETES_BASE64_CONF }}"