Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Helm operator fails to parse git repo #1168

Closed
foot opened this issue Jun 25, 2018 · 2 comments
Closed

Helm operator fails to parse git repo #1168

foot opened this issue Jun 25, 2018 · 2 comments

Comments

@foot
Copy link

foot commented Jun 25, 2018

On master HEAD of as now:

$ kubectl get deployment -n weave weave-flux-helm-operator -oyaml|grep "image:"
        image: quay.io/weaveworks/helm-operator:master-ed0012d

$ kubectl logs -n weave deployment/weave-flux-helm-operator
ERROR: logging before flag.Parse: W0625 10:45:04.443528 \
  5 client_config.go:529] Neither --kubeconfig nor --master was specified. \
  Using the inClusterConfig.  This might not work.
ts=2018-06-25T10:45:04.494579694Z caller=helm.go:48 component=helm \
  info="Helm client set up"
ts=2018-06-25T10:45:04.494693935Z caller=main.go:174 component=helm-operator \
  error="Error parsing -git-url \"[email protected]:foot/flux-helm-test.git\": \
  parse [email protected]:foot/flux-helm-test.git: first path segment in URL cannot contain colon"
@squaremo
Copy link
Member

Duplicate of #1132.

@squaremo
Copy link
Member

squaremo commented Jun 25, 2018

Workaround: try using ssh://[email protected]/foot/flux-helm-test instead. NB : -> / in the middle there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants