Skip to content

Commit

Permalink
docs: notes about builtin objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Breee committed Jul 6, 2024
1 parent a73becc commit 6cb329f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
name: provider-keycloak
namespace: crossplane-system
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.21.0
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0
```
This will install the provider in the `crossplane-system` namespace and install CRDs and controllers for the provider.
Expand Down Expand Up @@ -61,7 +61,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.21.0
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0
+ runtimeConfigRef:
+ name: enable-ess
```
Expand Down Expand Up @@ -121,6 +121,11 @@ You can explore the available custom resources:
- You can also see the CRDs in the `package/crds` directory


### Functions and Compositions:

- [function-keycloak-builtin-objects](https://gitlab.com/corewire/images/crossplane/function-keycloak-builtin-objects) - The function is used to import the builtin objects of a keycloak, e.g. clients and roles. Everything you need to know is in the README of the repository.



## Developing

Expand Down
2 changes: 1 addition & 1 deletion dev/apps/keycloak-provider/keycloak-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v0.23.0-rc.2
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0
runtimeConfigRef:
name: enable-ess
---
Expand Down

0 comments on commit 6cb329f

Please sign in to comment.