Skip to content

Commit

Permalink
fix: re-introduce missing default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyowenpowell committed Oct 1, 2024
1 parent 4dd18a1 commit 8dd5d6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snyk-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ excludedNamespaces:
# template:
# spec:
# securityContext:
# fsGroup: <-- here
# ... <-- here
securityContext: {}

# Allow specifying the whole object in the PodSpec securityContext:
# spec:
# template:
# spec:
# securityContext:
# ... <-- here
podSecurityContext: {}

Expand Down

0 comments on commit 8dd5d6f

Please sign in to comment.