Skip to content

Fix accessModes handling in cluster.yaml#692

Open
oliverisaac wants to merge 1 commit intopercona:mainfrom
oliverisaac:patch-1
Open

Fix accessModes handling in cluster.yaml#692
oliverisaac wants to merge 1 commit intopercona:mainfrom
oliverisaac:patch-1

Conversation

@oliverisaac
Copy link
Copy Markdown

When accessMode is not defined you get then accessModes: is not included:

storageClass: example
- ReadWriteMany
resources: ...

This change fixes it so that accessModes: is outside the if statement

When accessMode is not defined you get then accessModes: is not included:

```
storageClass: example
- ReadWriteMany
resources: ...
```

This change fixes it so that accessModes: is outside the if statement
@it-percona-cla
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants