Skip to content

Commit

Permalink
fix: add list verb for endpoints opbjects
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttehrani committed Nov 21, 2023
1 parent 4362c6e commit 2b080f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/route-to-contour-httpproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rules:
- endpoints
verbs:
- get
- list
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 2b080f0

Please sign in to comment.