Skip to content

Commit 5c4be55

Browse files
update components/pipeline-service/staging/stone-stg-rh01/deploy.yaml
1 parent 1dc9cb8 commit 5c4be55

File tree

1 file changed

+6
-0
lines changed
  • components/pipeline-service/staging/stone-stg-rh01

1 file changed

+6
-0
lines changed

components/pipeline-service/staging/stone-stg-rh01/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,9 @@ spec:
13811381
initialDelaySeconds: 5
13821382
periodSeconds: 10
13831383
volumeMounts:
1384+
- mountPath: /etc/tls/db
1385+
name: db-tls-ca
1386+
readOnly: true
13841387
- mountPath: /etc/tekton/results
13851388
name: config
13861389
readOnly: true
@@ -1389,6 +1392,9 @@ spec:
13891392
readOnly: true
13901393
serviceAccountName: tekton-results-api
13911394
volumes:
1395+
- configMap:
1396+
name: rds-root-crt
1397+
name: db-tls-ca
13921398
- configMap:
13931399
name: tekton-results-api-config
13941400
name: config

0 commit comments

Comments
 (0)