mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Ceph: Update armada manifests to remove jobs on upgrade correctly
This PS updates the ceph chart to remove keyring management jobs for namespaces. Change-Id: Id0be7dcc6fd1c6b28a3a0514dc0442a41d5c5b9d
This commit is contained in:
@@ -75,6 +75,16 @@ data:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
delete:
|
||||
- type: job
|
||||
labels:
|
||||
application: ceph
|
||||
component: client-key-generator
|
||||
- type: job
|
||||
labels:
|
||||
application: ceph
|
||||
component: client-key-cleaner
|
||||
values:
|
||||
endpoints:
|
||||
identity:
|
||||
|
||||
@@ -84,7 +84,11 @@ data:
|
||||
- type: job
|
||||
labels:
|
||||
application: ceph
|
||||
component: namespace-client-key-generator
|
||||
component: client-key-generator
|
||||
- type: job
|
||||
labels:
|
||||
application: ceph
|
||||
component: client-key-cleaner
|
||||
values:
|
||||
labels:
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user