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

Ensure PULUMI_KUBERNETES_MANAGED_BY_LABEL doesn't cause diffs on updates #1508

Merged
merged 1 commit into from
Mar 29, 2021

Commits on Mar 29, 2021

  1. Ensure PULUMI_KUBERNETES_MANAGED_BY_LABEL doesn't cause diffs on updates

    Fixes: #1357
    
    Before:
    
    ```
    ▶ PULUMI_KUBERNETES_MANAGED_BY_LABEL=mycompany pulumi up
    Previewing update (dev)
    
    View Live: https://app.pulumi.com/stack72/test-kubernetes-go/dev/previews/9f709e63-1719-4493-8ed5-515882fcc70b
    
         Type                              Name                    Plan       Info
         pulumi:pulumi:Stack               test-kubernetes-go-dev
     ~   └─ kubernetes:apps/v1:Deployment  app-dep                 update     [diff: ~metadata]
    
    Resources:
        ~ 1 to update
        1 unchanged
    
    Do you want to perform this update? no
    confirmation declined, not proceeding with the update
    ```
    
    After:
    
    ```
    ▶ PULUMI_KUBERNETES_MANAGED_BY_LABEL=mycompany pulumi up
    Previewing update (dev)
    
    View Live: https://app.pulumi.com/stack72/test-kubernetes-go/dev/previews/91ef271f-3000-472f-b41e-b5470d4cca25
    
         Type                 Name                    Plan
         pulumi:pulumi:Stack  test-kubernetes-go-dev
    
    Resources:
        2 unchanged
    ```
    stack72 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2d32396 View commit details
    Browse the repository at this point in the history