Removes manifest config for deprecated restore scenarios.
This commit is contained in:
@@ -4,6 +4,4 @@ defaultConfig:
|
||||
namespace: memcached
|
||||
host: memcached.memcached.svc.cluster.local
|
||||
memoryLimit: 64m
|
||||
backup:
|
||||
restoreMode: in-place
|
||||
defaultSecrets: []
|
||||
|
||||
@@ -6,8 +6,6 @@ defaultConfig:
|
||||
storage: 2Gi
|
||||
dbName: mysql
|
||||
user: mysql
|
||||
backup:
|
||||
restoreMode: in-place
|
||||
defaultSecrets:
|
||||
- key: rootPassword
|
||||
- key: password
|
||||
|
||||
@@ -6,7 +6,5 @@ defaultConfig:
|
||||
database: postgres
|
||||
user: postgres
|
||||
storage: 2Gi
|
||||
backup:
|
||||
restoreMode: in-place
|
||||
defaultSecrets:
|
||||
- key: password
|
||||
|
||||
@@ -4,7 +4,5 @@ defaultConfig:
|
||||
host: redis.redis.svc.cluster.local
|
||||
port: 6379
|
||||
uri: redis://{{ .app.host }}:{{ .app.port }}/0
|
||||
backup:
|
||||
restoreMode: in-place
|
||||
defaultSecrets:
|
||||
- key: password
|
||||
|
||||
Reference in New Issue
Block a user