Skip to content

Commit

Permalink
fix: update cosign chart and remove extra logs (#1475)
Browse files Browse the repository at this point in the history
Co-authored-by: Binbin Li <[email protected]>
  • Loading branch information
akashsinghal and binbin-li authored May 15, 2024
1 parent 8d0a262 commit 8834734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ratify/templates/verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- provider: kmprovider-akv
{{- end }}
{{- else }}
key: {{ .Values.cosign.key | quote }}
key: /usr/local/ratify-certs/cosign/cosign.pub
{{- end }}
{{- end }}
---
Expand Down
2 changes: 0 additions & 2 deletions pkg/controllers/utils/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ func UpsertVerifier(version, address, namespace, objectName string, verifierConf
logrus.Infof("Address was empty, setting to default path: %v", address)
}

logrus.Infof("test verifier config: %+v", verifierConfig)

referenceVerifier, err := vf.CreateVerifierFromConfig(verifierConfig, version, []string{address}, namespace)
if err != nil || referenceVerifier == nil {
logrus.Error(err, " unable to create verifier from verifier config")
Expand Down

0 comments on commit 8834734

Please sign in to comment.