update
This commit is contained in:
10
sample-build/03-secret-dockerconfig.yaml.sample
Normal file
10
sample-build/03-secret-dockerconfig.yaml.sample
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user