mirror of
https://github.com/imjasonh/shipwright-cosign-example
synced 2026-07-16 12:12:03 +00:00
7 lines
99 B
YAML
7 lines
99 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: passphrase
|
||
|
|
data:
|
||
|
|
COSIGN_PASSWORD: cGFzc3BocmFzZQ==
|