fix: config path

This commit is contained in:
ange 2024-05-16 00:06:09 +02:00
parent 095497ea0b
commit e5993c8007
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -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