test
This commit is contained in:
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: tekton-demo
|
- name: tekton-demo
|
||||||
image: harbor.icurfer.com/open/tekton-demo:latest
|
image: harbor.icurfer.com/open/tekton-demo@sha256:87a0df2bc8c27c0eca46387a11f99b0d71df50d6da3ded3c45c57d0d59368c83
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
@ -6,8 +6,8 @@ metadata:
|
|||||||
namespace: tekton-demo
|
namespace: tekton-demo
|
||||||
secrets:
|
secrets:
|
||||||
- name: harbor-dockerconfig # Harbor 인증용 Secret
|
- name: harbor-dockerconfig # Harbor 인증용 Secret
|
||||||
imagePullSecrets:
|
# imagePullSecrets:
|
||||||
- name: harbor-dockerconfig # Docker 인증 정보 사용
|
# - name: harbor-dockerconfig # Docker 인증 정보 사용
|
||||||
|
|
||||||
---
|
---
|
||||||
# Tekton 파이프라인 실행 및 리소스 접근 권한(Role)
|
# Tekton 파이프라인 실행 및 리소스 접근 권한(Role)
|
||||||
|
Reference in New Issue
Block a user