






















I've tried to split the package into the individual plugins like they do upstream. Let me know if it's working for you. Cheers
@mimhof, yes the sed command should be removed, it works without it;
diff --git a/PKGBUILD b/PKGBUILD
index 4bbaa6c..bc34032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ sha256sums=('5e491d31bcc51730a53b5017de6efe54f705e511a254bb01603b97cb72e4ce37')
prepare() {
cd "${pkgname}-${pkgver}"
- sed -i '/platformCommand:/,+3 d' plugin.yaml
}
package() {
Perhaps the sed command can be removed from the PKBUILD in the meantime.
Is it possible that the following lines from line 6 onwards are missing in the plugin.yaml file?
platformCommand: - os: linux command: ‘$HELM_PLUGIN_DIR/scripts/run.sh’ - os: darwin
I have the following errors during execution:
failed to load plugins: failed to load plugin at "/home/imhof_marco/.local/share/helm/plugins/secrets/plugin.yaml": error converting YAML to JSON: yaml: line 7: did not find expected key
Error: failed to load plugin at "/home/imhof_marco/.local/share/helm/plugins/secrets/plugin.yaml": error converting YAML to JSON: yaml: line 7: did not find expected key
I think line 22 in PKBUILD should look better like this:
sed -i '/platformCommand:/,+3 d' plugin.yaml
Deleting one more line.
@supermario updated. (forgot to reset pkgrel...) I no longer use this package tbh, so I hope you will take good care of it. Feel free to contact me anytime if you need any help.
zendesk/helm-secrets seems abandoned. There is an active fork here: https://github.com/jkroepke/helm-secrets
It has also been updated on the official helm.sh website to point to the new fork. What do you think about switching this package to use the fork too?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
It works for me. Thanks! The only other thing I noticed is that the “helm-secrets.install” file is missing updates for the three individual plugins.