Skip to content

Commit b8e6eab

Browse files
committed
add volume
1 parent 65f1e08 commit b8e6eab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,10 @@ jobs:
416416
enable: true
417417
secretName: pr${{ env.PR_NUMBER }}-tls
418418
wildcardSecretName: pr${{ env.PR_NUMBER }}-tls
419+
volume:
420+
- name: coder-namespace-kubeconfig
421+
secret:
422+
secretName: coder-namespace-kubeconfig
419423
volumeMounts:
420424
- name: coder-namespace-kubeconfig
421425
mountPath: /home/coder/.kube/config

0 commit comments

Comments
 (0)