Skip to content

Commit

Permalink
add example for (new) additional behaviour
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schroeder <paul.schroeder@accenture.com>
  • Loading branch information
Paul Schroeder committed Jan 26, 2022
1 parent 1ea489e commit 5fc30d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/system/example-custom-system.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: styra.crossplane.io/v1alpha1
kind: System
metadata:
name: example-system
spec:
forProvider:
description: "Hello world"
type: custom
providerConfigRef:
name: styra-provider
writeConnectionSecretToRef: # optional
namespace: crossplane-system
name: connection-details

0 comments on commit 5fc30d2

Please sign in to comment.