Skip to content

Commit

Permalink
fixing incorrect casing of Azurefile (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult authored Nov 17, 2023
1 parent 11d74f0 commit 53bb07c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/resultsmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: resultsmanager
appVersion: 1.3.0
description: A generated Helm Chart for Soniclabs T&M resultsmanager
version: 1.0.3
version: 1.0.4
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/resultsmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| `config.pcapStorage.path` | The Location to store pcaps in and mount the PVC to | `/mnt/pcaps` |
| `config.pcapStorage.accessMode` | The access mode to use for the PCAP storage PVC | `ReadWriteMany` |
| `config.pcapStorage.size` | The path to use for the PCAP storage PVC | `100Gi` |
| `config.pcapStorage.storageClassName` | The storage class to use for the PCAP storage PVC | `azureFile` |
| `config.pcapStorage.storageClassName` | The storage class to use for the PCAP storage PVC | `azurefile` |
| `config.logLevel` | The log level to use for the application | `DEBUG` |
| `config.gui.host` | The hostname of the GUI service | `portal` |
| `config.gui.port` | The port of the GUI service | `8000` |
Expand Down
2 changes: 1 addition & 1 deletion charts/resultsmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config:
## @param config.pcapStorage.size The path to use for the PCAP storage PVC
size: 100Gi
## @param config.pcapStorage.storageClassName The storage class to use for the PCAP storage PVC
storageClassName: azureFile
storageClassName: azurefile
## @param config.logLevel The log level to use for the application
logLevel: DEBUG
gui:
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testmanager
appVersion: 0.1.14
description: A generated Helm Chart for Soniclabs T&M testmanager
version: 1.0.5
version: 1.0.6
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blahblahblahblah
| `config.pcapStorage.accessMode` | The access mode to use for the PCAP storage PVC | `ReadWriteMany` |
| `config.pcapStorage.path` | The path to use for the PCAP storage PVC | `/mnt/pcaps` |
| `config.pcapStorage.size` | The size to use for the PCAP storage PVC | `10Gi` |
| `config.pcapStorage.storageClassName` | The storage class to use for the PCAP storage PVC | `azureFile` |
| `config.pcapStorage.storageClassName` | The storage class to use for the PCAP storage PVC | `azurefile` |
| `config.gui.host` | The hostname of the GUI service | `portal` |
| `config.gui.port` | The port of the GUI service | `8000` |
| `config.sma.host` | The hostname of the Suite Manager service | `suitemanager` |
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config:
accessMode: ReadWriteMany
path: /mnt/pcaps
size: 10Gi
storageClassName: azureFile
storageClassName: azurefile
gui:
## @param config.gui.host The hostname of the GUI service
host: portal
Expand Down

0 comments on commit 53bb07c

Please sign in to comment.