You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
/kind bug
What happened:
After importing a yaml using ks import, the params.libsonnet is missing the -X index.
$ ks import -f ~/tmp/kube-ops-view-deploy.yaml
INFO Writing component at '/Users/jsuen/ws/myapps/kube-ops-view/components/kube-ops-view-deploy.yaml'
$ cat components/params.libsonnet
{
global: {
},
components: {
// Component-level parameters, defined initially from 'ks prototype use ...'
// Each object below should correspond to a component in the components/ directory
"kube-ops-view-deploy": {
},
},
}
What you expected to happen:
According to chat with @bryanl, the component name in params.libsonnet should be: "kube-ops-view-deploy-0" instead of "kube-ops-view-deploy"
How to reproduce it (as minimally and precisely as possible): See above