Skip to content

Commit

Permalink
docs(console): update volume snippet (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Burgoni authored Sep 8, 2023
1 parent df6d09b commit 46c950c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: console
appVersion: 1.17.3
version: 1.2.2
version: 1.2.3
description: Helm chart to deploy Conduktor Platform on Kubernetes
icon: https://www.conduktor.io/svgs/logo/symbol.svg
home: https://www.conduktor.io
Expand Down
10 changes: 4 additions & 6 deletions charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,13 +377,11 @@ config:
platform:
dataVolume:
accessModes: [ "ReadWriteOnce" ]
size: 10Gi
storageClass: "standard"
persistentVolumeClaim:
claimName: data-pv-claim
tmpVolume:
accessModes: [ "ReadWriteOnce" ]
size: 10Gi
storageClass: "standard"
persistentVolumeClaim:
claimName: tmp-pv-claim
```

### Install with a PodAffinity
Expand Down

0 comments on commit 46c950c

Please sign in to comment.