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 6e53b81 commit 6a125f6Copy full SHA for 6a125f6
deployment/deployment.yaml
@@ -1,5 +1,3 @@
1
-### WARNING: this file is supported from Sysdig Agent 0.80.0
2
-# apiVersion: extensions/v1beta1 # If you are in Kubernetes version 1.8 or less please use this line instead of the following one
3
apiVersion: apps/v1
4
kind: Deployment
5
metadata:
@@ -38,7 +36,7 @@ spec:
38
36
terminationGracePeriodSeconds: 5
39
37
containers:
40
- name: trawler
41
- image: rickymoorhouse/trawler:latest
+ image: ghcr.io/ibm/apiconnect-trawler/trawler:main
42
imagePullPolicy: Always
43
securityContext:
44
allowPrivilegeEscalation: false
0 commit comments