Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Sep 9, 2024
1 parent 839a88e commit 4155de4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions charts/mercure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ podAnnotations: {}

# -- Pod [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod).
# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) for details.
podSecurityContext:
{}
podSecurityContext: {}
# fsGroup: 2000

# -- Container [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container).
# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) for details.
securityContext:
{}
securityContext: {}
# capabilities:
# drop:
# - ALL
Expand All @@ -113,8 +111,7 @@ ingress:
# -- Ingress [class name](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class).
className: ""
# -- Annotations to be added to the ingress.
annotations:
{}
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- Ingress host configuration.
Expand Down

0 comments on commit 4155de4

Please sign in to comment.