Skip to content

Commit 456940a

Browse files
kabicinKirby Chin
authored andcommitted
Change apiserver patch to strategic merge
1 parent 90639f1 commit 456940a

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

config/manifests/apiServerAccessPatch.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

config/manifests/kustomization.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resources:
77
- ../scorecard
88
patchesStrategicMerge:
99
- patches/csvAnnotations.yaml
10+
- patches/apiServerAccessPatch.yaml
1011
patches:
1112
- path: serviceBindingPatch.yaml
1213
target:
@@ -23,11 +24,6 @@ patches:
2324
kind: ClusterServiceVersion
2425
name: ibm-websphere-liberty.v0.0.0
2526
namespace: placeholder
26-
- path: apiServerAccessPatch.yaml
27-
target:
28-
kind: ClusterServiceVersion
29-
name: ibm-websphere-liberty.v0.0.0
30-
namespace: placeholder
3127
# [WEBHOOK] To enable webhooks, uncomment all the sections with [WEBHOOK] prefix.
3228
# Do NOT uncomment sections with prefix [CERTMANAGER], as OLM does not support cert-manager.
3329
# These patches remove the unnecessary "cert" volume and its manager container volumeMount.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: ClusterServiceVersion
3+
metadata:
4+
name: ibm-websphere-liberty.v0.0.0
5+
namespace: placeholder
6+
spec:
7+
install:
8+
spec:
9+
deployments:
10+
- spec:
11+
template:
12+
metadata:
13+
labels:
14+
webspherelibertyapps.liberty.websphere.ibm.com/allow-apiserver-access: "true"

0 commit comments

Comments
 (0)