From 4155de4f0007f161508228df828cfe0576b58b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 9 Sep 2024 13:35:09 +0200 Subject: [PATCH] fix CS --- charts/mercure/values.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/charts/mercure/values.yaml b/charts/mercure/values.yaml index bc5de946..94235837 100644 --- a/charts/mercure/values.yaml +++ b/charts/mercure/values.yaml @@ -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 @@ -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.