Skip to content

Commit

Permalink
Update sample CRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashera96 committed Oct 4, 2023
1 parent 19388a4 commit c74312b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@ metadata:
app.kubernetes.io/created-by: operator
name: application-sample
spec:
# TODO(user): Add fields here
name: app1
owner: admin
attributes:
attb1: value1
attb2: value2
securitySchemes:
oauth2:
environments:
- envId: dev
appId: yef14gh8syDvTt56rdtIHYbjF_Ya # OAuth2 consumer key
keyType: PRODUCTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ metadata:
app.kubernetes.io/created-by: operator
name: applicationmapping-sample
spec:
# TODO(user): Add fields here
applicationRef: application-sample
subscriptionRef: subscription-sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ metadata:
app.kubernetes.io/created-by: operator
name: subscription-sample
spec:
# TODO(user): Add fields here
subscriptionStatus: ACTIVE
organization: carbon.super
api:
name: PizzaShackAPI
versions:
- ^v1$
- ^1.*

0 comments on commit c74312b

Please sign in to comment.