The current values in the helm/values.yaml will not work with the current kubeconfig in examples/k8s/. This is because busybox would not be in the temp/files directory hence the registry will return a 404. This change adds a backend to docker.io so that the demo will start in k8s. Addresses #269
The current values in the helm/values.yaml will not work with the current kubeconfig in examples/k8s/. This is because busybox would not be in the temp/files directory hence the registry will return a 404. This change adds a backend to docker.io so that the demo will start in k8s. Addresses #269
Signed-off-by: Julius Liu juliusl@microsoft.com