Skip to content

Commit fb13b04

Browse files
committed
Add github workflow
1 parent f1178e5 commit fb13b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Template Kubernetes manifest
6363
run: |
64-
envsubst < kubernetes_config.yaml.tpl > kubernetes_config.yaml
64+
envsubst < kubernetes_config.tpl > kubernetes_config.yaml
6565
6666
- name: Validate Kubernetes manifest
6767
run: kubectl apply --dry-run=client -f kubernetes_config.yaml

0 commit comments

Comments
 (0)