-
Notifications
You must be signed in to change notification settings - Fork 733
Update storageos-operator to version 0.3.1 #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sunny <[email protected]>
|
Hi @pennyscissors & @deniseschannon - we (StorageOS) have reviewed & tested this update. Would you mind taking a look? Thanks! |
| - operator | ||
| home: https://storageos.com | ||
| icon: file://../storageos.svg | ||
| icon: https://../storageos.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This results in a missing icon, can you revert this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching that.
Pushed an update to remove this change.
| description: "Username of the StorageOS administrator account" | ||
| type: string | ||
| label: Username | ||
| - variable: cluster.admin.password |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing. I suggest you add a required: true to this variable to prevent users from running into a failed installation error for not providing a password (ran into it during testing).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion. Pushed an update.
Signed-off-by: Sunny <[email protected]>
pennyscissors
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.