From 6cb329f1e0891c824af27e7cab921a7762801e0b Mon Sep 17 00:00:00 2001 From: Breee Date: Sat, 6 Jul 2024 14:20:58 +0200 Subject: [PATCH] docs: notes about builtin objects --- README.md | 9 +++++++-- dev/apps/keycloak-provider/keycloak-provider.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 504788ac..27e24959 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` @@ -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 diff --git a/dev/apps/keycloak-provider/keycloak-provider.yaml b/dev/apps/keycloak-provider/keycloak-provider.yaml index 1c128e50..0ad60d3a 100644 --- a/dev/apps/keycloak-provider/keycloak-provider.yaml +++ b/dev/apps/keycloak-provider/keycloak-provider.yaml @@ -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 ---