- # List other providers that should be resolved before this one.
# If specified, this provider will only be used in the listed environments. Note that an empty array effectively
# disables the provider. To use a provider in all environments, omit this field.
# The name of the provider plugin to use.
# The external URL to the function gateway, after installation. This is required if you set `faasNetes.values`
# or `faastNetes.install: false`, so that Garden can know how to reach the gateway.
# The ingress hostname to configure for the function gateway, when `faasNetes.install: true` and not
# overriding `faasNetes.values`. Defaults to the default hostname of the configured Kubernetes provider.
# Important: If you have other types of services, this should be different from their ingress hostnames,
# or the other services should not expose paths under /function and /system to avoid routing conflicts.
# Set to false if you'd like to install and configure faas-netes yourself.
# See the [official instructions](https://docs.openfaas.com/deployment/kubernetes/) for details.
# Override the values passed to the faas-netes Helm chart. Ignored if `install: false`.
# See the [chart docs](https://github.com/openfaas/faas-netes/tree/master/chart/openfaas) for the available
# Note that this completely replaces the values Garden assigns by default, including `functionNamespace`,
# ingress configuration etc. so you need to make sure those are correctly configured for your use case.