Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I infra-azure-provisioning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Deployment and Operations
  • infra-azure-provisioning
  • Merge requests
  • !46

Key Vault Secret Provider Version Update

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Scholl requested to merge issue_7 into master Oct 27, 2020
  • Overview 2
  • Commits 1
  • Changes 2

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


#7 (closed)

Does this introduce a breaking change?


  • [NO]

Other information


This change ensures that the Keda Version is fully specified at the minor version number.

This change will update the terraform plan with a single update.

Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # helm_release.kvsecrets will be updated in-place
  ~ resource "helm_release" "kvsecrets" {
        atomic                     = false
        chart                      = "csi-secrets-store-provider-azure"
        cleanup_on_fail            = false
        create_namespace           = false
        dependency_update          = false
        disable_crd_hooks          = false
        disable_openapi_validation = false
        disable_webhooks           = false
        force_update               = false
        id                         = "kvsecrets"
        lint                       = false
        max_history                = 0
        metadata                   = [
            {
                chart     = "csi-secrets-store-provider-azure"
                name      = "kvsecrets"
                namespace = "kvsecrets"
                revision  = 1
                values    = jsonencode(
                    {
                        secrets-store-csi-driver = {
                            linux = {
                                metricsAddr = ":8081"
                            }
                        }
                    }
                )
                version   = "0.0.9"
            },
        ]
        name                       = "kvsecrets"
        namespace                  = "kvsecrets"
        recreate_pods              = false
        render_subchart_notes      = true
        replace                    = false
        repository                 = "https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts"
        reset_values               = false
        reuse_values               = false
        skip_crds                  = false
        status                     = "deployed"
        timeout                    = 300
        verify                     = false
      ~ version                    = "0.0.9" -> "0.0.13"
        wait                       = true

        set {
            name  = "secrets-store-csi-driver.linux.metricsAddr"
            value = ":8081"
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: issue_7