feat: add plain zot credentials for crane
This commit is contained in:
18
tekton/ci-cd/manifests/triggers/secret.yaml
Normal file
18
tekton/ci-cd/manifests/triggers/secret.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: github-webhook-secret
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: github-webhook-secret
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: webhook-secret
|
||||
remoteRef:
|
||||
key: tekton
|
||||
property: GITHUB_WEBHOOK_SECRET
|
||||
Reference in New Issue
Block a user