-
Notifications
You must be signed in to change notification settings - Fork 16
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
ability to setup host using own postgress and ability to set custom storageclass and size #24
Conversation
@nushkovg added some more fixes and abilities |
@nushkovg would be glad if you can take a look here |
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.
Hey @strelok899 I have left some comments.
securityContext: | ||
fsGroup: 1001 | ||
runAsUser: 1001 | ||
runAsGroup: 1001 |
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.
Does the deployment face any issues without these permissions?
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.
yes no permissions to write to local storage
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.
Can we make this optional? Only when it's local storage. The other stuff looks good.
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.
@nushkovg done
## @param outline.fileStorage.storageClassName The storageclass name to use default "". | ||
## @param outline.fileStorage.storageSize The storageclass size to use default 250Gi. |
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.
Did you use the bitnami-helm-readme-generator
for this?
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.
no with hands its 2 rows
@nushkovg done as you requested |
securityContext: | ||
fsGroup: 1001 | ||
runAsUser: 1001 | ||
runAsGroup: 1001 |
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.
Can we make this optional? Only when it's local storage. The other stuff looks good.
No description provided.