We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We've created the following appsub:
apiVersion: apps.open-cluster-management.io/v1 kind: Subscription metadata: name: cnv-appsub namespace: kubevirt annotations: apps.open-cluster-management.io/github-path: kubevirt apps.open-cluster-management.io/github-branch: master spec: channel: ec/ec-channel placement: placementRef: kind: PlacementRule name: cnf-placement
That refers to the following channel of type GitHub:
apiVersion: apps.open-cluster-management.io/v1 kind: Channel metadata: name: ec-channel namespace: ec spec: type: GitHub pathname: https://github.com/danielerez/ocm-gitops-policy.git
And we see the following log: W0421 17:06:26.798052 1 helmrepo.go:373] subsciption.spec.name is missing for subscription: ec/cnv-appsub
W0421 17:06:26.798052 1 helmrepo.go:373] subsciption.spec.name is missing for subscription: ec/cnv-appsub
This looks weird as cnv-appsub has nothing to do with helm...
The text was updated successfully, but these errors were encountered:
Always update cluster appsubreport (#173)
2b1c29d
Signed-off-by: Mike Ng <[email protected]>
No branches or pull requests
We've created the following appsub:
That refers to the following channel of type GitHub:
And we see the following log:
W0421 17:06:26.798052 1 helmrepo.go:373] subsciption.spec.name is missing for subscription: ec/cnv-appsub
This looks weird as cnv-appsub has nothing to do with helm...
The text was updated successfully, but these errors were encountered: