Update pvc.
This commit is contained in:
parent
b4f59aa157
commit
ed04761f06
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: mosquitto
|
name: &app mosquitto
|
||||||
spec:
|
spec:
|
||||||
interval: 30m
|
interval: 30m
|
||||||
chart:
|
chart:
|
||||||
|
@ -79,7 +79,7 @@ spec:
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
existingClaim: mosquitto-data
|
existingClaim: *app
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
mosquitto:
|
mosquitto:
|
||||||
app:
|
app:
|
||||||
|
|
Loading…
Reference in a new issue