مراية لـ
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
هذا الالتزام موجود في:
@@ -12,7 +12,7 @@ module Postal
|
|||||||
|
|
||||||
@schema.groups.each do |group_name, group|
|
@schema.groups.each do |group_name, group|
|
||||||
path << group_name
|
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])
|
env_var = Konfig::Sources::Environment.path_to_env_var(path + [name])
|
||||||
contents << <<~VAR.strip
|
contents << <<~VAR.strip
|
||||||
{{ include "app.envVar" (dict "name" "#{env_var}" "spec" .Values.postal.#{path.join('.')}.#{name} "root" . ) }}
|
{{ include "app.envVar" (dict "name" "#{env_var}" "spec" .Values.postal.#{path.join('.')}.#{name} "root" . ) }}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم