Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Oct 28, 2023
1 parent b82659e commit 2617fcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/v1beta2/volume_mount/redis-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ spec:
- name: example-config
configMap:
name: example-configmap
mount:
mountPath:
- mountPath: /config
name: example-config

Check failure on line 59 in example/v1beta2/volume_mount/redis-cluster.yaml

View workflow job for this annotation

GitHub Actions / validate-examples

59:31 [new-line-at-end-of-file] no new line character at the end of file
4 changes: 2 additions & 2 deletions example/v1beta2/volume_mount/redis-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spec:
resources:
requests:
storage: 1Gi
volumemount:
volumeMount:
volume:
- name: example-config
configMap:
name: example-configmap
mount:
mountPath:
- mountPath: /config
name: example-config
4 changes: 2 additions & 2 deletions example/v1beta2/volume_mount/redis-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ spec:
resources:
requests:
storage: 1Gi
volumemount:
volumeMount:
volume:
- name: example-config
configMap:
name: example-configmap
mount:
mountPath:
- mountPath: /config
name: example-config

0 comments on commit 2617fcb

Please sign in to comment.