We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf3e40 commit 8e0d562Copy full SHA for 8e0d562
.github/workflows/k8s-add-pinniped-concierge.yml
@@ -11,7 +11,7 @@ on:
11
description: "Yaml file describing the JWT authenticator used by Pinniped Concierge"
12
type: string
13
required: true
14
- concierge-http-proxy-yaml:
+ concierge-ingress-yaml:
15
description: "Yaml file describing the HTTP Proxy for the Pinniped Concierge imposter URL"
16
17
@@ -43,10 +43,6 @@ jobs:
43
with:
44
version: "3.13.3"
45
46
- - name: Helm Install Contour
47
- run: |
48
- kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
49
-
50
- name: Replace unique workload ID (must be unique among clusters)
51
uses: richardrigutins/replace-in-files@v2
52
0 commit comments