Skip to content

Commit

Permalink
Merge pull request #101 from tidusete/tidusete-pull-private-registry
Browse files Browse the repository at this point in the history
FEATURE: Allow Pull an Image from a Private Registry
  • Loading branch information
szEvEz authored Jan 16, 2025
2 parents d90152f + a4664d4 commit e18fd10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ spec:
{{- with .Values.operator.trivyDojoReportOperator.extraVolumeMounts }}
volumeMounts:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- end }}
{{- with .Values.operator.trivyDojoReportOperator.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
securityContext: {{- toYaml .Values.operator.podSecurityContext | nindent 8 }}
# Additional volumes on the output Deployment definition.
{{- with .Values.operator.trivyDojoReportOperator.extraVolumes }}
Expand Down
1 change: 1 addition & 0 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ operator:
image:
repository: ghcr.io/telekom-mms/docker-trivy-dojo-operator
tag: 0.8.6
imagePullSecrets: []
type: ClusterIP
podSecurityContext:
runAsNonRoot: true
Expand Down

0 comments on commit e18fd10

Please sign in to comment.