Skip to content

Commit 8e0d562

Browse files
committed
Unify pinniped after haproxy transition
1 parent 6bf3e40 commit 8e0d562

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/k8s-add-pinniped-concierge.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: "Yaml file describing the JWT authenticator used by Pinniped Concierge"
1212
type: string
1313
required: true
14-
concierge-http-proxy-yaml:
14+
concierge-ingress-yaml:
1515
description: "Yaml file describing the HTTP Proxy for the Pinniped Concierge imposter URL"
1616
type: string
1717
required: true
@@ -43,10 +43,6 @@ jobs:
4343
with:
4444
version: "3.13.3"
4545

46-
- name: Helm Install Contour
47-
run: |
48-
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
49-
5046
- name: Replace unique workload ID (must be unique among clusters)
5147
uses: richardrigutins/replace-in-files@v2
5248
with:

0 commit comments

Comments
 (0)