mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: removed comments
This commit is contained in:
@@ -70,8 +70,6 @@ func GetInfisicalLdapAuthFromKubeSecret(ctx context.Context, reconcilerClient cl
|
|||||||
ldapAuthCredsFromKubeSecret, err := GetKubeSecretByNamespacedName(ctx, reconcilerClient, types.NamespacedName{
|
ldapAuthCredsFromKubeSecret, err := GetKubeSecretByNamespacedName(ctx, reconcilerClient, types.NamespacedName{
|
||||||
Namespace: ldapAuthRef.SecretNamespace,
|
Namespace: ldapAuthRef.SecretNamespace,
|
||||||
Name: ldapAuthRef.SecretName,
|
Name: ldapAuthRef.SecretName,
|
||||||
// Namespace: infisicalSecret.Spec.Authentication.UniversalAuth.CredentialsRef.SecretNamespace,
|
|
||||||
// Name: infisicalSecret.Spec.Authentication.UniversalAuth.CredentialsRef.SecretName,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if k8Errors.IsNotFound(err) {
|
if k8Errors.IsNotFound(err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user