Skip to content

Commit 4e8195c

Browse files
committed
Unify pinniped after haproxy transition
1 parent 8e0d562 commit 4e8195c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Replace Impersonator URL in HTTP Proxy
6161
uses: richardrigutins/replace-in-files@v2
6262
with:
63-
files: ${{ inputs.concierge-http-proxy-yaml }}
63+
files: ${{ inputs.concierge-ingress-yaml }}
6464
search-text: '<PINNIPED_IMPERSONATOR_URL>'
6565
replacement-text: ${{ inputs.concierge-impersonator-url }}
6666

@@ -78,5 +78,5 @@ jobs:
7878
kubectl apply -f ${{ inputs.jwt-authenticator-yaml }}
7979
- name: Apply Pinniped Concierge HTTP Proxy
8080
run: |
81-
kubectl apply -f ${{ inputs.concierge-http-proxy-yaml }}
81+
kubectl apply -f ${{ inputs.concierge-ingress-yaml }}
8282

0 commit comments

Comments
 (0)