Try fix issuer again

[ZITADOPER-1]
This commit is contained in:
Haim Kortovich
2024-05-08 17:06:28 -05:00
parent 666200ead9
commit 2a94620b96
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
pname = "zitadel-k8s-operator"; pname = "zitadel-k8s-operator";
version = "0.0.0"; version = "0.0.0";
src = ../src; src = ../src;
doCheck = false;
vendorHash = "sha256-8zGXnliSEnac9ry3eITjsXFuKYwJvKAYXeZUB65/PPo="; vendorHash = "sha256-8zGXnliSEnac9ry3eITjsXFuKYwJvKAYXeZUB65/PPo=";
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall

View File

@@ -426,7 +426,7 @@ func (r *ZitadelClusterReconciler) reconcileDefaultInstance(ctx context.Context,
} }
func GetIssuer(zitadel *zitadelv1alpha1.ZitadelCluster) string { func GetIssuer(zitadel *zitadelv1alpha1.ZitadelCluster) string {
return "k8s-operator" return "https://"
} }
func GetAPI(zitadel *zitadelv1alpha1.ZitadelCluster) string { func GetAPI(zitadel *zitadelv1alpha1.ZitadelCluster) string {