We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88266a commit c2aa5f7Copy full SHA for c2aa5f7
components/knative-eventing/production/base/kustomization.yaml
@@ -20,15 +20,14 @@ patches:
20
image: quay.io/kubearchive/eventing-controller:fix
21
env:
22
- name: APISERVER_RA_IMAGE
23
- value: quay.io/kubearchive/eventing-adapter:fix
+ value: quay.io/kubearchive/eventing-adapter:fix-resync
24
resources:
25
requests:
26
cpu: 100m
27
memory: 100Mi
28
limits:
29
cpu: 150m
30
memory: 200Mi
31
-
32
- patch: |-
33
apiVersion: apps/v1
34
kind: Deployment
0 commit comments