Skip to content

Commit

Permalink
Merge pull request #5 from upbound/feature/cm-url
Browse files Browse the repository at this point in the history
feat(cm): add url for configmap
  • Loading branch information
haarchri authored Jan 11, 2024
2 parents 24505da + 97e9519 commit d9bb2ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ spec:
- type: FromCompositeFieldPath
fromFieldPath: spec.parameters.ingressUrl
toFieldPath: spec.forProvider.values.server.url
- type: FromCompositeFieldPath
fromFieldPath: spec.parameters.ingressUrl
toFieldPath: spec.forProvider.values.configs.cm.url
transforms:
- string:
fmt: 'https://%s'
type: Format
type: string
- type: FromCompositeFieldPath
fromFieldPath: spec.parameters.oidcConfig
toFieldPath: spec.forProvider.values.server.config[oidc.config]
Expand Down

0 comments on commit d9bb2ea

Please sign in to comment.