From ab01e79d3a5414638c3c215b7d4098ba79bf41e8 Mon Sep 17 00:00:00 2001 From: jopejoe1 <34899572+jopejoe1@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:37:12 +0000 Subject: [PATCH] Add helm-synth (#184) --- programs/helm-synth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/helm-synth.json diff --git a/programs/helm-synth.json b/programs/helm-synth.json new file mode 100644 index 0000000..40c950a --- /dev/null +++ b/programs/helm-synth.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "path": "$HOME/.helm", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mtytel/helm/issues/70\n" + }, + { + "path": "$HOME/.helm-synth", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mtytel/helm/issues/70\n" + } + ], + "name": "helm-synth" +} -- 2.47.3