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

feat: add support for interpolating strings #1

Merged
merged 1 commit into from
Oct 29, 2021
Merged

Conversation

TMaYaD
Copy link

@TMaYaD TMaYaD commented Oct 22, 2021

Supports the following syntax as described in composable-operator#49

domain: 
  interpolateValuesFrom:
    format: '*.%s.'
    inputs:
    - kind: DNSManagedZone
      name: application
      path: '{.data.domain}'  

@TMaYaD TMaYaD requested a review from bandarupalli October 22, 2021 18:40
@TMaYaD TMaYaD self-assigned this Oct 22, 2021
@TMaYaD TMaYaD requested a review from pralim October 27, 2021 08:36
Supports the following syntax as described in composable-operator#49

```yaml
interpolateValuesFrom:
  format: 'http://%s:%s'
  inputs:
    - getValueFrom:
      ....
    - getValueFrom:
      ....
```
@TMaYaD TMaYaD merged commit 51c50bf into main Oct 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant