fix: use chart logLevel value to avoid duplicate flag error #141
Reference in New Issue
Block a user
Delete Branch "benvin/externaldns-debug-logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The chart already sets --log-level=info. Adding it again via extraArgs caused 'flag cannot be repeated'. Use the chart's own logLevel: debug value instead.
Pull request closed