Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 10, 2022
1 parent d92a36b commit 4ff479e
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
efs_access_points = [
{
name = "data1-logs"
path = "/data1logs"
owner_uid = 51000
owner_gid = 51000
permissions = "755"
claim_name = null
claim_namespace = "gups"
},
{
name = "data1-geoserver"
path = "/data1geoserver"
owner_uid = 51000
owner_gid = 51000
permissions = "755"
claim_name = null
claim_namespace = "gups"
},
]

0 comments on commit 4ff479e

Please sign in to comment.