Skip to content

Commit

Permalink
chore: Implement signed image functionality during image push to Harb…
Browse files Browse the repository at this point in the history
…or (#35)

Change-Id: Ifa9096708b8a8a9019ab483383b6772bd403bf53
  • Loading branch information
Bohdan Mukovozov committed Sep 26, 2023
1 parent e94c50b commit 074b401
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ metadata:
annotations:
eks.amazonaws.com/role-arn: {{ .Values.kaniko.roleArn }}
{{ end }}
# -- Define secrets which will be mounted to service account. This allow signed image while push to Harbor
{{- if eq .Values.global.dockerRegistry.type "harbor" }}
secrets:
- name: kaniko-docker-config
{{- end }}
---
{{- if eq .Values.global.platform "openshift" -}}
apiVersion: v1
Expand Down

0 comments on commit 074b401

Please sign in to comment.