Skip to content

Commit

Permalink
switching to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch committed Oct 10, 2023
1 parent 2f7251a commit 08d6895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component/component/vshn_redis.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ local composition =
metrics: {
enabled: true,
containerSecurityContext: {
enabled: false,
enabled: securityContext,
},
serviceMonitor: {
enabled: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ spec:
memory: ''
metrics:
containerSecurityContext:
enabled: false
enabled: true
enabled: true
serviceMonitor:
enabled: true
Expand Down

0 comments on commit 08d6895

Please sign in to comment.