dreinhardt89

Results 6 comments of dreinhardt89

Seeing this as well. Have a repo where we manage 200+ repositories and the refresh alone takes 20 minutes. Using github actions and version = "4.11.0"

@VladRassokhin still an issue. Seeing it in Intellij Ultiimate

@olix0r Have some more info. Configuration (helm/terraform): ```hcl locals { linkerd_ca_helm_release_values = { "certificate.commonName" = "identity.linkerd.cluster.local", "certificate.secretName" = "linkerd-identity-issuer", trustAnchorSecret = kubernetes_secret.linkerd_trust_anchor[0].metadata[0].name, } } resource "helm_release" "linkerd_cert" { name =...

This currently blocks you from adding the rename attribute to an existing default branch.