Skip to content

Conversation

@konveyor-ci-bot
Copy link

Support injecting general settings (Resources) into extension
configuration.
Example:

  metadata:
    provider:
      address: localhost:$(PORT)
      initConfig:
      - providerSpecificConfig:
          mavenInsecure: $(maven.insecure)
          mavenSettingsFile: $(maven.settings.path)
      name: java
    resources:
    - fields:
      - key: maven.settings.path
        name: settings
        path: /shared/creds/maven/settings.xml
      selector: identity:kind=maven
    - fields:
      - key: maven.insecure
        name: value
      selector: setting:key=mvn.insecure.enabled

Signed-off-by: Jeff Ortel [email protected]
Signed-off-by: Cherry Picker [email protected]

Support injecting _general_ settings (Resources) into extension
configuration.
Example:
```
  metadata:
    provider:
      address: localhost:$(PORT)
      initConfig:
      - providerSpecificConfig:
          mavenInsecure: $(maven.insecure)
          mavenSettingsFile: $(maven.settings.path)
      name: java
    resources:
    - fields:
      - key: maven.settings.path
        name: settings
        path: /shared/creds/maven/settings.xml
      selector: identity:kind=maven
    - fields:
      - key: maven.insecure
        name: value
      selector: setting:key=mvn.insecure.enabled

```

Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants