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

Add auth for ACR to aks_applications #351

Merged
merged 1 commit into from
Apr 21, 2022

Commits on Apr 6, 2022

  1. Add auth for ACR to aks_applications

    This patch allows the use of ACR as a repository for helm charts.
    
    Example usage:
    
    helm_charts = {
      mychart = {
        name       = "mychart"
        chart      = "mychart"
        namespace  = "default"
        version    = "0.0.1"
    
        azure_container_registry = {
          lz_key   = "devops"
          key      = "devops_acr"
          username = "00000000-0000-0000-0000-000000000000"
        }
      }
    }
    
    Note, the version bump of the helm provider is for the recently added
    oci support: hashicorp/terraform-provider-helm#666
    brk3 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a65d664 View commit details
    Browse the repository at this point in the history