Skip to content

Commit

Permalink
Reorder oauth2-proxy manifests so that namespace is first (#2668)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Block <ablock84@gmail.com>
  • Loading branch information
codablock authored May 2, 2024
1 parent 265848f commit 61f1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/oidc-client/oauth2-proxy/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kind: Kustomization
namespace: oauth2-proxy

resources:
- deployment.yaml
- namespace.yaml
- deployment.yaml
- oauth2-proxy-config.yaml
- serviceaccount.yaml
- service.yaml
Expand Down

0 comments on commit 61f1e61

Please sign in to comment.