Skip to content

Commit 422b9e2

Browse files
committedOct 29, 2023
feat(platform-ref): platform-ref-* adoptions
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
1 parent 7c2ce41 commit 422b9e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎apis/oss/composition.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ spec:
124124
toFieldPath: metadata.name
125125
- fromFieldPath: spec.parameters.id
126126
toFieldPath: metadata.annotations[crossplane.io/external-name]
127+
transforms:
128+
- type: match
129+
match:
130+
patterns:
131+
- type: regexp
132+
regexp: '.*'
133+
result: oss
127134
- fromFieldPath: metadata.labels
128135
toFieldPath: metadata.labels
129136
- fromFieldPath: metadata.annotations

‎test/provider/providerconfig-grafana.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ type: Opaque
1919
stringData:
2020
credentials: |
2121
{
22-
"url": "http://configuration-observability-oss-grafana.operators",
22+
"url": "http://oss-grafana.operators",
2323
"auth": "admin:prom-operator"
2424
}

0 commit comments

Comments
 (0)
Please sign in to comment.