Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm chart for secrets-store-csi-diver-provider-gcp #355

Open
Agotfrid opened this issue Nov 8, 2023 · 1 comment
Open

helm chart for secrets-store-csi-diver-provider-gcp #355

Agotfrid opened this issue Nov 8, 2023 · 1 comment
Labels
question Further information is requested

Comments

@Agotfrid
Copy link

Agotfrid commented Nov 8, 2023

Question

I'm currently working on deploying secrets-store-csi-driver-provider-gcp using Helm in Terraform. However, I've encountered an issue while trying to fetch the Helm chart. I attempted to use the GitHub repository as the chart source, but Helm seems to be unable to recognize it. The specific error message I'm encountering is:

Error: looks like "https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/tree/main/charts" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/tree/main/charts/index.yaml : 404 Not Found

Here is my terraform resource:

  name       = "secrets-store-csi-driver-provider-gcp"
  namespace  = "kube-system"
  chart      = "secrets-store-csi-driver-provider-gcp"
  repository = "https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/tree/main/charts"
  version    = "1.4.0"

  cleanup_on_fail = true

  values = [
    <<-EOT
      tolerations:
      - operator: "Exists"
    EOT
  ]

  depends_on = [helm_release.secrets_store_csi_driver]
}

Any help allowing me to install secrets-store-csi-driver-provider-gcp with helm chart will be much appreciated.

@Agotfrid Agotfrid added the question Further information is requested label Nov 8, 2023
@Guent4
Copy link

Guent4 commented Feb 21, 2024

Unfortunately, I don't think this repo publishes a Helm chart for us to use. See #131

EDIT: I should've read carefully. Looks like the Helm chart does exist in the repo, but isn't published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants