lacework / terraform-kubernetes-agent

A Terraform Module to create a Secret and DaemonSet for deploying the Lacework Datacollector Agent in a Kubernetes cluster.
MIT License
2 stars 16 forks source link

fix: resolved priority class name merge collision #51

Closed alannix-lw closed 2 years ago

alannix-lw commented 2 years ago

Summary

This fixes a merge collision that occurred between #49 and #50 - effectively the fix was implemented twice. I took the best parts of both commits and standardized the path and variable naming.

How did you test this change?

Ran and verified make ci after the changes.