fix: config path
This commit is contained in:
parent
095497ea0b
commit
e5993c8007
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user