Skip to content

Commit

Permalink
Remove unused value and regenerate README
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
  • Loading branch information
rafariossaa committed Jul 4, 2024
1 parent 38dd689 commit 73e44f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion bitnami/valkey-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ OK
| `volumePermissions.containerSecurityContext.privileged` | Run container as privileged | `false` |
| `volumePermissions.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if volumePermissions.resources is set (volumePermissions.resources is recommended for production). | `nano` |
| `volumePermissions.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `podSecurityPolicy.create` | Whether to create a PodSecurityPolicy. WARNING: PodSecurityPolicy is deprecated in Kubernetes v1.21 or later, unavailable in v1.25 or later | `false` |

### Valkey statefulset parameters

Expand Down
2 changes: 1 addition & 1 deletion bitnami/valkey-cluster/templates/scripts-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "common.names.fullname" . }}-scripts
name: {{ printf "%s-scripts" (include "common.names.fullname" . ) | replace "+" "_" | trunc 63 | trimSuffix "-" }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- if .Values.commonAnnotations }}
Expand Down
6 changes: 0 additions & 6 deletions bitnami/valkey-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,6 @@ volumePermissions:
## memory: 1024Mi
##
resources: {}
## PodSecurityPolicy configuration
## ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/
## @param podSecurityPolicy.create Whether to create a PodSecurityPolicy. WARNING: PodSecurityPolicy is deprecated in Kubernetes v1.21 or later, unavailable in v1.25 or later
##
podSecurityPolicy:
create: false
## @section Valkey statefulset parameters
##
valkey:
Expand Down

0 comments on commit 73e44f5

Please sign in to comment.