Skip to content

Commit

Permalink
fix: typos in policy titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed May 22, 2024
1 parent c6c34e5 commit 0eb97e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# METADATA
# title: Disalbe control plane basic authentication
# title: Disable control plane basic authentication
# description: >-
# Disable Basic Authentication (basic auth) for API server authentication as it uses static
# passwords which need to be rotated.
Expand Down
2 changes: 1 addition & 1 deletion gke-policies-v2/policy/node_pool_multi_zone.rego
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# METADATA
# title: Ensure redudndancy of the node pools
# title: Ensure redundancy of the node pools
# description: GKE node pools should be regional (multiple zones) for maximum nodes availability during zonal outages
# custom:
# group: Availability
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# METADATA
# title: Disalbe control plane basic authentication
# title: Disable control plane basic authentication
# description: >-
# Disable Basic Authentication (basic auth) for API server authentication as it uses static
# passwords which need to be rotated.
Expand Down
2 changes: 1 addition & 1 deletion gke-policies/policy/node_pool_multi_zone.rego
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# METADATA
# title: Ensure redudndancy of the node pools
# title: Ensure redundancy of the node pools
# description: GKE node pools should be regional (multiple zones) for maximum nodes availability during zonal outages
# custom:
# group: Availability
Expand Down

0 comments on commit 0eb97e4

Please sign in to comment.