You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/all.yaml
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -152,24 +152,6 @@ spec:
152
152
params:
153
153
- name: script
154
154
resourcetemplates:
155
-
#- apiVersion: v1
156
-
# kind: Secret
157
-
# metadata:
158
-
# name: cd-secret
159
-
# type: Opaque
160
-
# stringData:
161
-
# API_KEY: $(params.API_KEY)
162
-
#- apiVersion: v1
163
-
# kind: PersistentVolumeClaim
164
-
# metadata:
165
-
# name: pipelinerun-$(uid)-pvc
166
-
# spec:
167
-
# resources:
168
-
# requests:
169
-
# storage: 1Gi
170
-
# volumeMode: Filesystem
171
-
# accessModes:
172
-
# - ReadWriteOnce
173
155
- apiVersion: tekton.dev/v1beta1
174
156
kind: PipelineRun
175
157
metadata:
@@ -180,8 +162,6 @@ spec:
180
162
workspaces:
181
163
- name: pipeline-workspace
182
164
emptyDir: {}
183
-
#persistentVolumeClaim:
184
-
# claimName: pipelinerun-$(uid)-pvc
185
165
params:
186
166
- name: script
187
167
value: $(params.script)
@@ -230,9 +210,7 @@ spec:
230
210
command: ["/bin/bash", "-c"]
231
211
args:
232
212
- |
233
-
env | sort
234
213
# verify all the required variables are set
235
-
set -x
236
214
set -u
237
215
for e in GIT_REPO GIT_BRANCH REGISTRY_REGION_ID REGISTRY_NAMESPACE TARGET_CLUSTER_NAME IMAGE_NAME TARGET_REGION_ID TARGET_NAMESPACE TARGET_RESOURCE_GROUP COS_PLAN APP_ID_PLAN CLOUDANT_PLAN script; do
0 commit comments