Skip to content

Commit

Permalink
passing precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 23, 2024
1 parent d99f906 commit d253dc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ variables:
- ot_endpoint: "http://tempo.kube-prometheus-stack.svc.cluster.local:4317"
- s3bucketPreffix: "cbci"
- regSecretsName: "cbci-sec-reg"

2 changes: 1 addition & 1 deletion blueprints/02-at-scale/img/at-scale.k8s.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -728,12 +728,12 @@ resource "kubernetes_storage_class_v1" "efs" {
reclaim_policy = "Delete"
parameters = {
# Dynamic provisioning
provisioningMode = "efs-ap"
provisioningMode = "efs-ap"
fileSystemId = module.efs.id
directoryPerms = "700"
#Issue #190
uid = "1000"
gid = "1000"
uid = "1000"
gid = "1000"
}

mount_options = [
Expand Down

0 comments on commit d253dc8

Please sign in to comment.