Uploaded image for project: 'Ansible Cloud Automation'
  1. Ansible Cloud Automation
  2. ACA-1254

[kubernetes.core/395] helm diff output

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      https://github.com/ansible-collections/kubernetes.core/issues/395

              1. SUMMARY
                The Kubernetes returns with `--check --diff` CLI parameters, the actual diff that would be applied on the cluster. It would be great if the helm module would do the same.
              1. ISSUE TYPE
      • Feature
              1. COMPONENT NAME
                helm.py
              1. ADDITIONAL INFORMATION
                It would be a great enhancement for CI/CD pipelines.

      <!--- Paste example playbooks or commands between quotes below -->
      ```bash
      ansible-playbook -i inventory.yaml -e variable_host="play" --check --diff basic-service-deploy.yaml
      ```

      ```yaml

      • name: install helm package
        kubernetes.core.helm:
        chart_ref: "{{ chart_ref }}"
        chart_version: "{{ version }}"
        create_namespace: y
        context: "{{ inventory_hostname }}"
        release_name: hello
        release_namespace: hello-world
        release_state: present
        ```

            Unassigned Unassigned
            mgraves1@redhat.com Mike Graves
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: