mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Migrating to new keycloak provider conf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user