Skip to content

Commit

Permalink
fix: confluence and jira volume overrides (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt authored Mar 5, 2024
1 parent 41bd250 commit bb50ca4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ packages:
jira:
variables:
- name: LOCAL_HOME_ENABLED
path: "valumes.localHome.persistentVolumeClaim.create"
path: "volumes.localHome.persistentVolumeClaim.create"
description: "Local Home Toggle"
default: "true"
- name: RWO_STORAGE_CLASS
path: "valumes.localHome.persistentVolumeClaim.storageClassName"
path: "volumes.localHome.persistentVolumeClaim.storageClassName"
description: "RWO storage class name"
default: "ceph-block"
- name: LOCAL_HOME_SIZE
path: "valumes.localHome.persistentVolumeClaim.resources.requests.storage"
path: "volumes.localHome.persistentVolumeClaim.resources.requests.storage"
description: "Storage size"
default: "128Gi"

Expand All @@ -183,15 +183,15 @@ packages:
confluence:
variables:
- name: LOCAL_HOME_ENABLED
path: "valumes.localHome.persistentVolumeClaim.create"
path: "volumes.localHome.persistentVolumeClaim.create"
description: "Local Home Toggle"
default: "true"
- name: RWO_STORAGE_CLASS
path: "valumes.localHome.persistentVolumeClaim.storageClassName"
path: "volumes.localHome.persistentVolumeClaim.storageClassName"
description: "RWO storage class name"
default: "ceph-block"
- name: LOCAL_HOME_SIZE
path: "valumes.localHome.persistentVolumeClaim.resources.requests.storage"
path: "volumes.localHome.persistentVolumeClaim.resources.requests.storage"
description: "Storage size"
default: "128Gi"

Expand Down

0 comments on commit bb50ca4

Please sign in to comment.