Files
tekton-demo/sample-build/03-secret-dockerconfig.yaml.sample
2025-08-04 06:26:23 +00:00

11 lines
225 B
Plaintext

apiVersion: v1
kind: Secret
metadata:
name: harbor-dockerconfig
namespace: tekton-demo
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {base64} # harbor 로그인 정보
# cat config.json | base64 -w 0