File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 3232 mountPath : " /var/tmp"
3333 - name : ssl-certs
3434 mountPath : " /srv/app/certs"
35+ - name : registries-conf
36+ mountPath : " /srv/app/.config/containers"
3537 env :
3638 - name : SNYK_INTEGRATION_ID
3739 valueFrom :
@@ -107,4 +109,8 @@ spec:
107109 configMap :
108110 name : snyk-monitor-certs
109111 optional : true
112+ - name : registries-conf
113+ configMap :
114+ name : snyk-monitor-registries-conf
115+ optional : true
110116 serviceAccountName : snyk-monitor
Original file line number Diff line number Diff line change 3434 mountPath : " /var/tmp"
3535 - name : ssl-certs
3636 mountPath : " /srv/app/certs"
37+ - name : registries-conf
38+ mountPath : " /srv/app/.config/containers"
3739 env :
3840 - name : SNYK_INTEGRATION_ID
3941 valueFrom :
8587 configMap :
8688 name : {{ .Values.certsConfigMap }}
8789 optional : true
90+ - name : registries-conf
91+ configMap :
92+ name : {{ .Values.registriesConfConfigMap }}
93+ optional : true
Original file line number Diff line number Diff line change 66# The currently used keys within the secret are: "dockercfg.json", "integrationId".
77monitorSecrets : snyk-monitor
88certsConfigMap : snyk-monitor-certs
9+ registriesConfConfigMap : snyk-monitor-registries-conf
910
1011# One of: Cluster, Namespaced
1112# Cluster - creates a ClusterRole and ClusterRoleBinding with the ServiceAccount
You can’t perform that action at this time.
0 commit comments