Skip to content

Commit

Permalink
Address linting errors (#450)
Browse files Browse the repository at this point in the history
* fix linting issues

* revert version changes
  • Loading branch information
shaynafinocchiaro authored and harshitap26 committed Aug 7, 2024
1 parent 079e8e7 commit 8ee8830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/csm-authorization/templates/storage-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "patch","post"]
verbs: ["get", "patch", "post"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
1 change: 0 additions & 1 deletion charts/csm-replication/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ retryIntervalMin: 1s
# retryIntervalMax: Maximum retry interval of failed reconcile request
# Allowed values: time
retryIntervalMax: 5m

# HostAliases: Optional features that allows <hostname:IP> entries injection into pod's /etc/hosts file
# hostAliases:
# - ip: "10.10.10.10"
Expand Down

0 comments on commit 8ee8830

Please sign in to comment.