Skip to content

Commit

Permalink
fix: helm package (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
STRRL committed Jun 30, 2023
1 parent b1ff094 commit 9247cd4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/helm-package-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Helm Package Test

on:
pull_request:
branches:
- "master"
push:
branches:
- "master"

permissions: read-all

jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: azure/setup-helm@v3
- name: Run helm package
run: |
helm package ./helm/cloudflare-tunnel-ingress-controller
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
spec:
ports:
- name: metrics
port: 44483
protocol: TCP
port: 44483
protocol: TCP
clusterIP: None
selector:
"app": "controlled-cloudflared-connector"
Expand Down

0 comments on commit 9247cd4

Please sign in to comment.