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 8e0d562 commit 4e8195cCopy full SHA for 4e8195c
.github/workflows/k8s-add-pinniped-concierge.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Replace Impersonator URL in HTTP Proxy
61
uses: richardrigutins/replace-in-files@v2
62
with:
63
- files: ${{ inputs.concierge-http-proxy-yaml }}
+ files: ${{ inputs.concierge-ingress-yaml }}
64
search-text: '<PINNIPED_IMPERSONATOR_URL>'
65
replacement-text: ${{ inputs.concierge-impersonator-url }}
66
@@ -78,5 +78,5 @@ jobs:
78
kubectl apply -f ${{ inputs.jwt-authenticator-yaml }}
79
- name: Apply Pinniped Concierge HTTP Proxy
80
run: |
81
- kubectl apply -f ${{ inputs.concierge-http-proxy-yaml }}
+ kubectl apply -f ${{ inputs.concierge-ingress-yaml }}
82
0 commit comments