3.5. OpenShift Pipelines 설치 네임스페이스에 대한 라벨 및 주석 설정
Operator가 OpenShift Pipelines를 설치하는 openshift-pipelines
네임스페이스에 대한 레이블 및 주석을 설정할 수 있습니다.
참고
openshift-pipelines
네임스페이스의 이름 변경은 지원되지 않습니다.
TektonConfig
CR(사용자 정의 리소스)의 spec.targetNamespaceMetadata
사양에 추가하여 레이블 및 주석을 지정합니다.
openshift-pipelines
네임스페이스에 대한 레이블 및 주석 설정 예
apiVersion: operator.tekton.dev/v1 kind: TektonConfig metadata: name: config spec: targetNamespaceMetadata: labels: {"example-label":"example-value"} annotations: {"example-annotation":"example-value"}