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

feat(k8s): add support for patching manifests #5187

Merged
merged 3 commits into from
Oct 6, 2023
Merged

Commits on Oct 6, 2023

  1. feat(k8s): enable patching manifests

    This change introduces a \`patchResources\` field to the \`kubernetes\`
    Deploy action that allows users to overwrite the values of manifests in
    Garden config without modifying the manifest itself.
    
    This enables users to drop Garden into existing K8s projects without
    making any other changes to code or config.
    
    Under the hood, Garden uses the `kubectl patch` command. The behaviour
    is documented here:
    
    https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
    eysi09 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c185074 View commit details
    Browse the repository at this point in the history
  2. chore(k8s): fix typo in description

    Co-authored-by: Anna Mager <78752267+twelvemo@users.noreply.github.com>
    eysi09 and twelvemo committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    32955f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b8950 View commit details
    Browse the repository at this point in the history