Migrating to new keycloak provider conf

This commit is contained in:
GeorgeRaven
2025-07-12 17:27:00 +01:00
parent 8392603a8d
commit 259189ef79
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# this is here for backwards compatibility
apiVersion: keycloak.crossplane.io/v1beta1
kind: ProviderConfig
metadata:
@@ -9,3 +10,15 @@ spec:
name: keycloak
namespace: crossplane
key: credentials
---
apiVersion: keycloak.crossplane.io/v1beta1
kind: ProviderConfig
metadata:
name: keycloak
spec:
credentials:
source: Secret
secretRef:
name: keycloak
namespace: crossplane
key: credentials

View File

@@ -3,4 +3,5 @@ kind: Provider
metadata:
name: provider-opentofu
spec:
# crossplane 1.20 changes default registry from xpkg.upbound.io to xpkg.crossplane.io
package: xpkg.upbound.io/upbound/provider-opentofu:v0.2.6 # renovate: datasource=github-releases depName=upbound/provider-opentofu