diff --git a/build/flake.nix b/build/flake.nix index aa7f4ae..c27992d 100644 --- a/build/flake.nix +++ b/build/flake.nix @@ -15,6 +15,7 @@ pname = "zitadel-k8s-operator"; version = "0.0.0"; src = ../src; + doCheck = false; vendorHash = "sha256-8zGXnliSEnac9ry3eITjsXFuKYwJvKAYXeZUB65/PPo="; installPhase = '' runHook preInstall diff --git a/src/internal/controller/zitadelcluster_controller.go b/src/internal/controller/zitadelcluster_controller.go index acc08d3..6b14b3d 100644 --- a/src/internal/controller/zitadelcluster_controller.go +++ b/src/internal/controller/zitadelcluster_controller.go @@ -426,7 +426,7 @@ func (r *ZitadelClusterReconciler) reconcileDefaultInstance(ctx context.Context, } func GetIssuer(zitadel *zitadelv1alpha1.ZitadelCluster) string { - return "k8s-operator" + return "https://" } func GetAPI(zitadel *zitadelv1alpha1.ZitadelCluster) string {