Having an issue connecting to git repo configured through helm using ssh private key

This page summarizes the projects mentioned and recommended in the original post on /r/ArgoCD

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • argo-helm

    ArgoProj Helm Charts

  • resource "helm_release" "argocd" { name = "${var.environment}-argocd" namespace = "${var.environment}-argocd" create_namespace = true repository = "https://argoproj.github.io/argo-helm" version = "${var.helm_version}" chart = "argo-cd" set { name = "server.service.type" value = "LoadBalancer" } set { name = "server.service.loadBalancerIP" value = "${var.loadBalancerIP}" } values = [ <<-YAML --- global: image: tag: "${var.image_tag}" configs: repositories: gitops-homelab: url: [email protected]:myprivaterepo/gitops-homelab.git name: private-repo type: git sshPrivateKey: file("${path.module}/sa_keys/private/${var.environment}_id_rsa") server: extraArgs: - --insecure YAML ] } output "file_location" { value = file("${path.module}/sa_keys/private/${var.environment}_id_rsa") }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ArgoCD: Use of Risky or Missing Cryptographic Algorithms in Redis Cache

    2 projects | news.ycombinator.com | 21 May 2024
  • Using ArgoCD Image Updater with ACR

    1 project | dev.to | 21 May 2024
  • Introducing ArgoCD: A GitOps Approach to Continuous Deployment

    1 project | dev.to | 4 Feb 2024
  • 2- Your first ARGO-CD

    2 projects | dev.to | 25 Dec 2023
  • Issue with helm_release on terraform destroy

    1 project | /r/kubernetes | 28 May 2023