Skip to content

Commit

Permalink
Implement PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
ainmosni committed May 23, 2023
1 parent 6e36781 commit de6217e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion deployments/development-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This example requires the following things to be installed:

- [Kubernetes](https://kubernetes.io/) cluster, with an ingress controller installed.
- [Helm](https://helm.sh/) v3
- [Helm diff](https://github.com/databus23/helm-diff)
- [Helmfile](https://github.com/helmfile/helmfile)

### End result
Expand Down
6 changes: 4 additions & 2 deletions deployments/development-install/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ releases:
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 1024m
tls:
- secretName: ocis-dev-tls
hosts:
- ocis.kube.owncloud.test

- logging:
level: debug
Expand Down Expand Up @@ -59,8 +63,6 @@ releases:
chownInitContainer: true
accessModes:
- ReadWriteOnce
extraLabels:
foo: bar

thumbnails:
persistence:
Expand Down

0 comments on commit de6217e

Please sign in to comment.