Skip to content

Commit

Permalink
move where the sa is declared
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed May 25, 2024
1 parent 952e976 commit 75cda61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions k8s/routes/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
spec:
serviceAccountName: iam
resources:
- ingressroute.yaml
- middleware-stripprefix-ingressroute.yaml
1 change: 0 additions & 1 deletion k8s/routes/middleware-stripprefix-ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Middleware
metadata:
name: auth-apikeystore-strip-ingressroute-prefix
spec:
serviceAccountName: iam
stripPrefix:
prefixes:
- /auth-apikeystore/

0 comments on commit 75cda61

Please sign in to comment.