Skip to content

Commit

Permalink
feat(cm): add url for configmap
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Jan 11, 2024
1 parent 24505da commit 97e9519
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 97e9519

Please sign in to comment.