From 34f22dd157d88927e31f992196662a6bc823a4f6 Mon Sep 17 00:00:00 2001 From: Demonsthere Date: Fri, 12 Jan 2024 16:39:41 +0100 Subject: [PATCH] prune empty values --- helm/charts/hydra-maester/README.md | 2 -- helm/charts/hydra-maester/values.yaml | 2 -- helm/charts/hydra/README.md | 2 -- helm/charts/hydra/values.yaml | 2 -- helm/charts/keto/README.md | 2 -- helm/charts/keto/values.yaml | 2 -- helm/charts/kratos-selfservice-ui-node/README.md | 2 -- helm/charts/kratos-selfservice-ui-node/values.yaml | 2 -- helm/charts/kratos/README.md | 4 ---- helm/charts/kratos/values.yaml | 4 ---- helm/charts/oathkeeper-maester/README.md | 2 -- helm/charts/oathkeeper-maester/values.yaml | 2 -- helm/charts/oathkeeper/README.md | 2 -- helm/charts/oathkeeper/values.yaml | 2 -- 14 files changed, 32 deletions(-) diff --git a/helm/charts/hydra-maester/README.md b/helm/charts/hydra-maester/README.md index b9428e761..8c1a878da 100644 --- a/helm/charts/hydra-maester/README.md +++ b/helm/charts/hydra-maester/README.md @@ -33,8 +33,6 @@ A Helm chart for Kubernetes | deployment.podSecurityContext.runAsNonRoot | bool | `true` | | | deployment.podSecurityContext.runAsUser | int | `65534` | | | deployment.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| deployment.podSecurityContext.supplementalGroups | list | `[]` | | -| deployment.podSecurityContext.sysctls | list | `[]` | | | deployment.resources | object | `{}` | | | deployment.securityContext.allowPrivilegeEscalation | bool | `false` | | | deployment.securityContext.capabilities.drop[0] | string | `"ALL"` | | diff --git a/helm/charts/hydra-maester/values.yaml b/helm/charts/hydra-maester/values.yaml index 1f3f7f96a..f1ff4d40a 100644 --- a/helm/charts/hydra-maester/values.yaml +++ b/helm/charts/hydra-maester/values.yaml @@ -75,8 +75,6 @@ deployment: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- container securityContext securityContext: diff --git a/helm/charts/hydra/README.md b/helm/charts/hydra/README.md index f61f0f3a1..75f3c65da 100644 --- a/helm/charts/hydra/README.md +++ b/helm/charts/hydra/README.md @@ -78,8 +78,6 @@ A Helm chart for deploying ORY Hydra in Kubernetes | deployment.podSecurityContext.runAsNonRoot | bool | `true` | | | deployment.podSecurityContext.runAsUser | int | `65534` | | | deployment.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| deployment.podSecurityContext.supplementalGroups | list | `[]` | | -| deployment.podSecurityContext.sysctls | list | `[]` | | | deployment.readinessProbe | object | `{"failureThreshold":5,"initialDelaySeconds":5,"periodSeconds":10}` | Default probe timers | | deployment.resources | object | `{}` | We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi | | deployment.revisionHistoryLimit | int | `5` | Number of revisions kept in history | diff --git a/helm/charts/hydra/values.yaml b/helm/charts/hydra/values.yaml index b06f2b9f6..e4db42b3c 100644 --- a/helm/charts/hydra/values.yaml +++ b/helm/charts/hydra/values.yaml @@ -208,8 +208,6 @@ deployment: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- container securityContext for hydra & migration init securityContext: diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index f9ebf1f5c..7753c35b9 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -108,8 +108,6 @@ Access Control Policies as a Server | podSecurityContext.runAsNonRoot | bool | `true` | | | podSecurityContext.runAsUser | int | `65534` | | | podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| podSecurityContext.supplementalGroups | list | `[]` | | -| podSecurityContext.sysctls | list | `[]` | | | priorityClassName | string | `""` | Pod priority https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ | | replicaCount | int | `1` | Number of replicas in deployment | | secret.enabled | bool | `true` | Switch to false to prevent creating the secret | diff --git a/helm/charts/keto/values.yaml b/helm/charts/keto/values.yaml index bcd74c98f..34c926278 100644 --- a/helm/charts/keto/values.yaml +++ b/helm/charts/keto/values.yaml @@ -41,8 +41,6 @@ podSecurityContext: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- container securityContext for hydra & migration init securityContext: diff --git a/helm/charts/kratos-selfservice-ui-node/README.md b/helm/charts/kratos-selfservice-ui-node/README.md index f0bbaa738..3467b7bfd 100644 --- a/helm/charts/kratos-selfservice-ui-node/README.md +++ b/helm/charts/kratos-selfservice-ui-node/README.md @@ -46,8 +46,6 @@ A Helm chart for ORY Kratos's example ui for Kubernetes | podSecurityContext.runAsNonRoot | bool | `true` | | | podSecurityContext.runAsUser | int | `10000` | | | podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| podSecurityContext.supplementalGroups | list | `[]` | | -| podSecurityContext.sysctls | list | `[]` | | | projectName | string | `"SecureApp"` | | | replicaCount | int | `1` | Number of replicas in deployment | | revisionHistoryLimit | int | `5` | Number of revisions kept in history | diff --git a/helm/charts/kratos-selfservice-ui-node/values.yaml b/helm/charts/kratos-selfservice-ui-node/values.yaml index bd3f90627..bb5eec8ba 100644 --- a/helm/charts/kratos-selfservice-ui-node/values.yaml +++ b/helm/charts/kratos-selfservice-ui-node/values.yaml @@ -93,8 +93,6 @@ podSecurityContext: runAsGroup: 10000 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- Deployment configuration deployment: diff --git a/helm/charts/kratos/README.md b/helm/charts/kratos/README.md index b403d38e3..535cc0a82 100644 --- a/helm/charts/kratos/README.md +++ b/helm/charts/kratos/README.md @@ -61,8 +61,6 @@ A ORY Kratos Helm chart for Kubernetes | deployment.podSecurityContext.runAsNonRoot | bool | `true` | | | deployment.podSecurityContext.runAsUser | int | `65534` | | | deployment.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| deployment.podSecurityContext.supplementalGroups | list | `[]` | | -| deployment.podSecurityContext.sysctls | list | `[]` | | | deployment.priorityClassName | string | `""` | Pod priority https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ | | deployment.readinessProbe | object | `{"failureThreshold":5,"initialDelaySeconds":5,"periodSeconds":10}` | Configure the readinessProbe parameters | | deployment.resources | object | `{}` | Set desired resource parameters We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. | @@ -183,8 +181,6 @@ A ORY Kratos Helm chart for Kubernetes | statefulSet.podSecurityContext.runAsNonRoot | bool | `true` | | | statefulSet.podSecurityContext.runAsUser | int | `65534` | | | statefulSet.podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| statefulSet.podSecurityContext.supplementalGroups | list | `[]` | | -| statefulSet.podSecurityContext.sysctls | list | `[]` | | | statefulSet.priorityClassName | string | `""` | Pod priority https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ | | statefulSet.resources | object | `{}` | | | statefulSet.revisionHistoryLimit | int | `5` | Number of revisions kept in history | diff --git a/helm/charts/kratos/values.yaml b/helm/charts/kratos/values.yaml index 5d6c36368..899416eed 100644 --- a/helm/charts/kratos/values.yaml +++ b/helm/charts/kratos/values.yaml @@ -362,8 +362,6 @@ deployment: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- Configuration options for the k8s statefulSet statefulSet: @@ -480,8 +478,6 @@ statefulSet: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- Container level security context securityContext: diff --git a/helm/charts/oathkeeper-maester/README.md b/helm/charts/oathkeeper-maester/README.md index d6dd0f99a..61ac0dc86 100644 --- a/helm/charts/oathkeeper-maester/README.md +++ b/helm/charts/oathkeeper-maester/README.md @@ -51,8 +51,6 @@ A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes | podSecurityContext.runAsNonRoot | bool | `true` | | | podSecurityContext.runAsUser | int | `65534` | | | podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| podSecurityContext.supplementalGroups | list | `[]` | | -| podSecurityContext.sysctls | list | `[]` | | | replicaCount | int | `1` | Number of controller replicas in deployment mode | | revisionHistoryLimit | int | `5` | Number of revisions kept in history | | rulesConfigmapNamespace | string | `""` | Defines the Namespace in which the ConfigMap is stored. Defaults to the same Namespace as the ORY Maester Helm release. | diff --git a/helm/charts/oathkeeper-maester/values.yaml b/helm/charts/oathkeeper-maester/values.yaml index 9f155e98c..1de42d13f 100644 --- a/helm/charts/oathkeeper-maester/values.yaml +++ b/helm/charts/oathkeeper-maester/values.yaml @@ -58,8 +58,6 @@ podSecurityContext: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] ## -- Deployment specific configuration deployment: diff --git a/helm/charts/oathkeeper/README.md b/helm/charts/oathkeeper/README.md index 9bc6f7b9a..55a47b211 100644 --- a/helm/charts/oathkeeper/README.md +++ b/helm/charts/oathkeeper/README.md @@ -92,8 +92,6 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes | podSecurityContext.runAsNonRoot | bool | `true` | | | podSecurityContext.runAsUser | int | `65534` | | | podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| podSecurityContext.supplementalGroups | list | `[]` | | -| podSecurityContext.sysctls | list | `[]` | | | priorityClassName | string | `""` | Pod priority https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ | | replicaCount | int | `1` | Number of ORY Oathkeeper members | | revisionHistoryLimit | int | `5` | Number of revisions kept in history | diff --git a/helm/charts/oathkeeper/values.yaml b/helm/charts/oathkeeper/values.yaml index fdd9a85bc..7ebeae3ef 100644 --- a/helm/charts/oathkeeper/values.yaml +++ b/helm/charts/oathkeeper/values.yaml @@ -65,8 +65,6 @@ podSecurityContext: runAsGroup: 65534 seccompProfile: type: RuntimeDefault - sysctls: [] - supplementalGroups: [] # -- If enabled, a demo deployment with exemplary access rules and JSON Web Key Secrets will be generated. demo: false