From e5993c80071c2c8632daa6fe73a0ec7d9077eec1 Mon Sep 17 00:00:00 2001 From: ange Date: Thu, 16 May 2024 00:06:09 +0200 Subject: [PATCH] fix: config path --- manifests/bin/deploy.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/bin/deploy.sh b/manifests/bin/deploy.sh index 55e4e58..838a6a9 100755 --- a/manifests/bin/deploy.sh +++ b/manifests/bin/deploy.sh @@ -31,12 +31,12 @@ function kgcmkey() { } kcreatecm homepage \ - --from-file=bookmarks.yaml =<(envsubst "$(env | xargs printf '$%s ')" < bookmarks.yaml) \ - --from-file=custom.css =<(envsubst "$(env | xargs printf '$%s ')" < custom.css) \ - --from-file=custom.js =<(envsubst "$(env | xargs printf '$%s ')" < custom.js) \ - --from-file=kubernetes.yaml=<(envsubst "$(env | xargs printf '$%s ')" < kubernetes.yaml) \ - --from-file=settings.yaml =<(envsubst "$(env | xargs printf '$%s ')" < settings.yaml) \ - --from-file=widgets.yaml =<(envsubst "$(env | xargs printf '$%s ')" < widgets.yaml) + --from-file=bookmarks.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/bookmarks.yaml) \ + --from-file=custom.css=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.css) \ + --from-file=custom.js=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.js) \ + --from-file=kubernetes.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/kubernetes.yaml) \ + --from-file=settings.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/settings.yaml) \ + --from-file=widgets.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/widgets.yaml) kapply common/clusterrole.yaml common/app.yaml