Skip to content

Commit

Permalink
prune empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Jan 12, 2024
1 parent b9d1b77 commit 34f22dd
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions helm/charts/hydra-maester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/hydra-maester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ deployment:
runAsGroup: 65534
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- container securityContext
securityContext:
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/hydra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/hydra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ deployment:
runAsGroup: 65534
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- container securityContext for hydra & migration init
securityContext:
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/keto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/keto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ podSecurityContext:
runAsGroup: 65534
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- container securityContext for hydra & migration init
securityContext:
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/kratos-selfservice-ui-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/kratos-selfservice-ui-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ podSecurityContext:
runAsGroup: 10000
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- Deployment configuration
deployment:
Expand Down
4 changes: 0 additions & 4 deletions helm/charts/kratos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:'. |
Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 0 additions & 4 deletions helm/charts/kratos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,6 @@ deployment:
runAsGroup: 65534
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- Configuration options for the k8s statefulSet
statefulSet:
Expand Down Expand Up @@ -480,8 +478,6 @@ statefulSet:
runAsGroup: 65534
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- Container level security context
securityContext:
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/oathkeeper-maester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/oathkeeper-maester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ podSecurityContext:
runAsGroup: 65534
seccompProfile:
type: RuntimeDefault
sysctls: []
supplementalGroups: []

## -- Deployment specific configuration
deployment:
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/oathkeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/oathkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34f22dd

Please sign in to comment.