File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
snyk-operator-certified/bundle/manifests Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1919 app.kubernetes.io/name : snyk-monitor
2020 spec :
2121 containers :
22- - image : snyk/kubernetes-monitor:IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING
22+ - image : snyk/kubernetes-monitor-private-fork :IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING
2323 imagePullPolicy : Always
2424 name : snyk-monitor
2525 terminationMessagePath : /dev/termination-log
Original file line number Diff line number Diff line change @@ -132,6 +132,20 @@ spec:
132132 value : {{ quote .Values.skopeo.compression.level }}
133133 - name : SNYK_WORKERS_COUNT
134134 value : {{ quote .Values.workers.count }}
135+ {{- if .Values.sysdig.enabled }}
136+ - name : SNYK_SYSDIG_ENDPOINT
137+ valueFrom :
138+ secretKeyRef :
139+ name : {{ .Values.sysdig.secretName }}
140+ key : endpoint
141+ optional : true
142+ - name : SNYK_SYSDIG_TOKEN
143+ valueFrom :
144+ secretKeyRef :
145+ name : {{ .Values.sysdig.secretName }}
146+ key : token
147+ optional : true
148+ {{- end }}
135149 {{- with .Values.envs }}
136150 {{- toYaml . | trim | nindent 10 -}}
137151 {{- end }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ integrationApi: ""
3030
3131# The registry from which to pull the snyk-monitor image.
3232image :
33- repository : snyk/kubernetes-monitor
33+ repository : snyk/kubernetes-monitor-private-fork
3434 tag : IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING
3535 pullPolicy : Always
3636
@@ -143,3 +143,7 @@ skopeo:
143143
144144workers :
145145 count : 10
146+ sysdig :
147+ enabled : false
148+ namespace : sysdig-agent
149+ secretName : sysdig-eve-secret
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ metadata:
6060 description : A Kubernetes Operator for creating and managing Snyk controller instances.
6161 operators.operatorframework.io/builder : operator-sdk-v1.3.0
6262 operators.operatorframework.io/project_layout : helm.sdk.operatorframework.io/v1
63- repository : https://github.com/docker.io/snyk/kubernetes-monitor
63+ repository : https://github.com/docker.io/snyk/kubernetes-monitor-private-fork
6464 support : Snyk Ltd.
6565 name : snyk-operator-marketplace.v1.68.2
6666spec :
You can’t perform that action at this time.
0 commit comments