Skip to content

Commit 8e63ae1

Browse files
Fixes 268 (#270)
* testing release pipeline Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com> * fixes-268 Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com> * fixed to v1.1.0 pipeline Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com> * fixed pr pipeline version Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com> --------- Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
1 parent eccadc0 commit 8e63ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/manifests/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ patchesJson6902:
2020
# Remove the manager container's "cert" volumeMount, since OLM will create and mount a set of certs.
2121
# Update the indices in this path if adding or removing containers/volumeMounts in the manager's Deployment.
2222
- op: remove
23-
path: /spec/template/spec/containers/1/volumeMounts/0
23+
path: /spec/template/spec/containers/0/volumeMounts/0
2424
# Remove the "cert" volume, since OLM will create and mount a set of certs.
2525
# Update the indices in this path if adding or removing volumes in the manager's Deployment.
2626
- op: remove

0 commit comments

Comments
 (0)