We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc9cb8 commit 5c4be55Copy full SHA for 5c4be55
components/pipeline-service/staging/stone-stg-rh01/deploy.yaml
@@ -1381,6 +1381,9 @@ spec:
1381
initialDelaySeconds: 5
1382
periodSeconds: 10
1383
volumeMounts:
1384
+ - mountPath: /etc/tls/db
1385
+ name: db-tls-ca
1386
+ readOnly: true
1387
- mountPath: /etc/tekton/results
1388
name: config
1389
readOnly: true
@@ -1389,6 +1392,9 @@ spec:
1392
1390
1393
serviceAccountName: tekton-results-api
1391
1394
volumes:
1395
+ - configMap:
1396
+ name: rds-root-crt
1397
1398
- configMap:
1399
name: tekton-results-api-config
1400
0 commit comments