Skip to content

Commit

Permalink
Merge pull request #51 from dharmendrakariya/patch-3
Browse files Browse the repository at this point in the history
Update values.yaml - Fix TLS yaml spacing
  • Loading branch information
tvories authored Feb 8, 2021
2 parents 0913ce2 + b17b638 commit f495311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 2.5.2
version: 2.5.3
appVersion: 19.0.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
8 changes: 4 additions & 4 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ ingress:
# location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
# deny all;
# }
# tls:
# - secretName: nextcloud-tls
# hosts:
# - nextcloud.kube.home
# tls:
# - secretName: nextcloud-tls
# hosts:
# - nextcloud.kube.home
labels: {}


Expand Down

0 comments on commit f495311

Please sign in to comment.