-
Notifications
You must be signed in to change notification settings - Fork 1
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
Nextcloud collabora #245
Nextcloud collabora #245
Conversation
cfd372d
to
7d04bef
Compare
pkg/comp-functions/functions/vshnnextcloud/files/sample-key.rsa
Outdated
Show resolved
Hide resolved
72b4b09
to
386f856
Compare
76a6e22
to
c744042
Compare
61bf4bc
to
2670afc
Compare
7ba9342
to
d012a52
Compare
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.
Some small nitpicks but the RSA Private key exposed like that is a no go for me, there should be another way to handle this
pkg/comp-functions/functions/vshnnextcloud/files/sample-key.rsa
Outdated
Show resolved
Hide resolved
pkg/comp-functions/functions/vshnnextcloud/files/install-collabora.sh
Outdated
Show resolved
Hide resolved
pkg/comp-functions/functions/vshnnextcloud/files/install-collabora.sh
Outdated
Show resolved
Hide resolved
pkg/comp-functions/functions/vshnnextcloud/files/sample-key.rsa
Outdated
Show resolved
Hide resolved
d012a52
to
8fb2232
Compare
246cb07
to
84183b1
Compare
func addPostgreSQL(svc *runtime.ServiceRuntime, comp *vshnv1.VSHNNextcloud) error { | ||
// Unfortunately k8up and stackgres backups don't match up very well... | ||
// if no daily backup is set we just do the default. | ||
retention := 6 | ||
if comp.Spec.Parameters.Backup.Retention.KeepDaily != 0 { | ||
retention = comp.Spec.Parameters.Backup.Retention.KeepDaily |
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.
I'm deleting this function as it's unused, we switched logic to "newPostgresqlDependencyBuilder"
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.
The code looks ok now but I would like to play with it in the lab cluster. It seems for now it's not yet deployed
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. But I would like to test this in lab, let me know
Summary
Test case for LAB cluster:
Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog