Skip to content

Commit

Permalink
Update TUF PVC access mode DOC and sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bouskaJ committed Sep 11, 2024
1 parent 24a0a6c commit 615760c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/tuf_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type TufPvc struct {
// The name of the StorageClass to claim a PersistentVolume from.
//+optional
StorageClass string `json:"storageClass,omitempty"`
// PVC AccessModes
// PersistentVolume AccessModes. Configure ReadWriteMany for HA deployment.
//+kubebuilder:default:={ReadWriteOnce}
//+kubebuilder:validation:MinItems:=1
AccessModes []PersistentVolumeAccessMode `json:"accessModes,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion config/samples/rhtas_v1alpha1_securesign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
name: tuf-root-keys
pvc:
accessModes:
- ReadWriteMany
- ReadWriteOnce
retain: true
size: 100Mi
ctlog:
Expand Down

0 comments on commit 615760c

Please sign in to comment.