Skip to content

Commit

Permalink
The 'metadata.namespace' field in the CustomResourceDefinition is act…
Browse files Browse the repository at this point in the history
…ually the field not permitted in https://github.com/operator-framework/community-operators.

Revert "The CI build that's triggered on PRs for https://github.com/operator-framework/community-operators don't seem to like the 'metadata.namespace' field in the clusterserviceversion.yaml"

This reverts commit fbe8182.
  • Loading branch information
dlbock committed Sep 4, 2020
1 parent 65bece0 commit 50425ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion olm/operator-resources/instana-agent-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: agents.instana.io
namespace: instana-agent
labels:
app.kubernetes.io/name: instana-agent-operator
spec:
Expand Down
2 changes: 1 addition & 1 deletion olm/template.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ local crdWithDescriptors = {
"capabilities": "Basic Install"
},
"name": "instana-agent-operator.v" + version,
[if redhat then "namespace"]: "placeholder"
"namespace": "placeholder"
},
"spec": {
"displayName": "Instana Agent Operator",
Expand Down

0 comments on commit 50425ed

Please sign in to comment.