Open lukehinds opened 4 years ago
@lukehinds Here's an example:
apiVersion: v1
kind: Secret
metadata:
name: signing-secrets
namespace: tekton-pipelines
labels:
pipeline.tekton.dev/release: devel
type: Opaque
data:
private: cHJpdmF0ZSBrZXk=
passphrase: cGFzc3dvcmQ=
hi @dlorenc
I am at the following section
kubectl edit secret signing-secrets -n tekton-pipelines
Do you have an example for
kind: Secret
that shows the yaml structure usingprivate:
?