1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

style(rubocop): use _ when not using a variable in helm config exporter

هذا الالتزام موجود في:
Adam Cooke
2024-03-05 22:11:35 +00:00
الأصل d0591ee94a
التزام 2c20ba65f6

عرض الملف

@@ -12,7 +12,7 @@ module Postal
@schema.groups.each do |group_name, group|
path << group_name
group.attributes.each do |name, attr|
group.attributes.each do |name, _|
env_var = Konfig::Sources::Environment.path_to_env_var(path + [name])
contents << <<~VAR.strip
{{ include "app.envVar" (dict "name" "#{env_var}" "spec" .Values.postal.#{path.join('.')}.#{name} "root" . ) }}