Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Add inline plugins for the groups #52

Merged
merged 2 commits into from
Nov 2, 2020
Merged

Add inline plugins for the groups #52

merged 2 commits into from
Nov 2, 2020

Conversation

Gsantomaggio
Copy link
Member

So we can mix existing groups with the inline definition.

It is useful to create plugins for specific situations, for example, I want to add the traefik binding for arg-workflow plugin.
so it is:

plugin-type: group
group-name: argo-workflow-binding
plugins:
   - name: argo-workflow  # <<--- here it uses the official plugin
    enabled: true
inline-plugins:
  - plugin-name: Argo-bind-traefik  # <<--- here It defines a plugin only for this specific case.
    yaml:
      - url: "https://raw.githubusercontent.com/kf5i/k3ai-plugins/main/common/traefik/argo-bind.yaml"

Don't merge yet, I'd like to merge #51 before

So we can mix existing groups with inline definition
@Gsantomaggio Gsantomaggio changed the title WIP Add inline plugins for the groups Add inline plugins for the groups Nov 2, 2020
@Gsantomaggio Gsantomaggio merged commit 6ef1b36 into main Nov 2, 2020
@k3aibot k3aibot removed the approved label Nov 2, 2020
@Gsantomaggio Gsantomaggio deleted the add_inline_plugin branch November 2, 2020 15:03
@alfsuse alfsuse added approved area/core ena New feature or request labels Nov 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved area/core ena New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants