diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index e5327fb..4b788ad 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -23,7 +23,7 @@ spec: - name: doc-base value: network-observability-operator - # These values are injected automatically by Pipelines as Code. + # 下面这些变量都是 pac 触发时自动注入的 - name: git-url value: "{{ repo_url }}" - name: git-revision @@ -160,4 +160,4 @@ spec: memory: 4Gi limits: cpu: 4 - memory: 8Gi + memory: 8Gi \ No newline at end of file diff --git a/.tekton/doc-pr-build.yaml b/.tekton/doc-pr-build.yaml index 398c713..448e714 100644 --- a/.tekton/doc-pr-build.yaml +++ b/.tekton/doc-pr-build.yaml @@ -21,7 +21,7 @@ spec: - name: doc-base value: network-observability-operator - # These values are injected automatically by Pipelines as Code. + # 下面这些变量都是 pac 触发时自动注入的 - name: git-url value: "{{ repo_url }}" - name: git-revision @@ -94,4 +94,4 @@ spec: memory: 4Gi limits: cpu: 4 - memory: 8Gi + memory: 8Gi \ No newline at end of file