Skip to content

Commit

Permalink
yamllint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 committed Sep 24, 2024
1 parent 8591919 commit e783973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ data:
default claims = {}
claims = input.claims
deny[msg] {
deny[msg] {
claims == {}
msg := sprintf("missing claims", [])
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ configuration:
bucket: REPLACE_BUCKET_NAME
default: true
config:
{ region: minio, s3ForcePathStyle: true, s3Url: http://REPLACE_S3URL }
{region: minio, s3ForcePathStyle: true, s3Url: http://REPLACE_S3URL}

volumeSnapshotLocation:
- name: default
Expand Down

0 comments on commit e783973

Please sign in to comment.