Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarlso committed Sep 24, 2024
1 parent be3bd7b commit 63c0649
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions examples/databases/user-with-cluster-ref.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: databases.ovh.edixos.io/v1alpha1
kind: ProjectDatabaseRedisUser
metadata:
name: user-1
labels:
managed-by: crossplane
spec:
forProvider:
serviceName: 21658141411b4c9bb0bf863be8e8c369
clusterIdRef:
name: demo-0
channels:
- "*"
commands:
- +get
- -set
keys:
- data
- properties
name: user-1
publishConnectionDetailsTo:
name: user-1
metadata:
labels:
managed-by: crossplane
configRef:
name: staging-01
---
apiVersion: ovh.edixos.io/v1alpha1
kind: StoreConfig
metadata:
name: staging-01
spec:
defaultScope: default
type: Kubernetes

0 comments on commit 63c0649

Please sign in to comment.