Skip to content

Commit

Permalink
added project example files
Browse files Browse the repository at this point in the history
  • Loading branch information
Umit Demirtas authored and Umit Demirtas committed Aug 29, 2023
1 parent 73107b6 commit 5320911
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions examples/project/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: project.crossplane.io/v1alpha1
kind: Project
metadata:
name: test-project-1
spec:
forProvider:
name: 'test-project-1'
description: 'test-project-1 - alpcan - caner'

providerConfigRef:
name: vra-test
6 changes: 3 additions & 3 deletions examples/providerconfig/providerconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: vra.crossplane.io/v1beta1
kind: ProviderConfig
metadata:
name: default
name: vra-test
spec:
credentials:
source: Secret
secretRef:
name: example-creds
namespace: crossplane-system
name: vra-creds
namespace: default
key: credentials

0 comments on commit 5320911

Please sign in to comment.