timotto/concourse-openfaas-resource
Concourse resource to publish functions using a manifest to OpenFaaS
1M+
Concourse resource to publish functions using a manifest to OpenFaaS.
Docker image at https://hub.docker.com/r/timotto/concourse-openfaas-resource/
Source code at https://github.com/timotto/concourse-openfaas-resource
Add the resource type to your pipeline:
resource_types:
- name: openfaas
type: docker-image
source:
repository: timotto/concourse-openfaas-resource
gateway
: Required. URL of the OpenFaaS gateway.username
: Optional. Username for authentication with the gateway.password
: Optional. Password for authentication with the gateway.check
: Not implementedin
: Not implementedout
: Deploy a manifestDeploys the given manifest to the OpenFaaS Gateway
Parameters
manifest
: Required.Manifest filename.env
: Optional. Set one or more environment variables (ENVVAR=VALUE)secret
: Optional. Give the function access to a secure secretdocker pull timotto/concourse-openfaas-resource