Skip to content

Commit

Permalink
Fix #703: fix olm
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 6, 2019
1 parent 3f38cbd commit 7f092e2
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ metadata:
"kind": "IntegrationPlatform",
"metadata": {
"name": "example"
},
"spec": {
"build": {
"buildStrategy": "pod"
},
"resources": {
"contexts": [
"jvm"
]
}
}
},
{
Expand Down Expand Up @@ -163,7 +153,7 @@ spec:
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: camel-k
- name: POD_NAME
Expand Down Expand Up @@ -383,7 +373,7 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
replaces: camel-k.v0.3.3
replaces: camel-k-operator.v0.3.3
selector:
matchLabels:
name: camel-k-operator
Expand Down

0 comments on commit 7f092e2

Please sign in to comment.