update k8s lib and use app-protocol
Some checks failed
Build and Publish / build-release (push) Failing after 8m7s
Some checks failed
Build and Publish / build-release (push) Failing after 8m7s
This commit is contained in:
@@ -19,7 +19,9 @@ func (b *Builder) BuildConnection(key types.NamespacedName, instance *zitadelv1a
|
||||
org := &zitadelresourcesv1alpha1.Connection{
|
||||
ObjectMeta: objMeta,
|
||||
Spec: zitadelresourcesv1alpha1.ConnectionSpec{
|
||||
Host: instance.Spec.CustomDomain,
|
||||
Host: instance.Spec.CustomDomain,
|
||||
Secure: true,
|
||||
InsecureSkipVerifyTLS: true,
|
||||
Authentication: zitadelresourcesv1alpha1.Authentication{
|
||||
PAT: &zitadelresourcesv1alpha1.PAT{
|
||||
TokenSecretKey: corev1.SecretKeySelector{
|
||||
|
||||
Reference in New Issue
Block a user