Skip to content

Commit

Permalink
authenticate to github oci
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 7, 2024
1 parent cc17c33 commit 82e10cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployments/stacks/dpe-k8s-deployments/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ provider "helm" {
kubernetes {
config_path = var.kube_config_path
}

registry {
url = "oci://ghcr.io"
# TODO: Is there a service account we can use instead of my personal account?
username = "BryanFauble"
# Requires that a secret be created in spacelift TF_VAR_github_container_repository_token
password = var.github_container_repository_token
}
}

provider "spotinst" {
Expand Down

0 comments on commit 82e10cc

Please sign in to comment.