mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
21 lines
569 B
YAML
21 lines
569 B
YAML
additionalArguments:
|
|
- "--experimental.localPlugins.sablier.moduleName=github.com/acouvreur/sablier"
|
|
|
|
providers:
|
|
kubernetesIngress:
|
|
allowEmptyServices: true
|
|
kubernetesCRD:
|
|
allowEmptyServices: true
|
|
|
|
additionalVolumeMounts:
|
|
- name: local-sablier-plugin
|
|
mountPath: /plugins-local/src/github.com/acouvreur/sablier
|
|
|
|
deployment:
|
|
additionalVolumes:
|
|
- name: local-sablier-plugin
|
|
hostPath:
|
|
# directory location on host
|
|
path: /plugins-local/src/github.com/acouvreur/sablier
|
|
# this field is optional
|
|
type: Directory |