FIX(repo): Use correct strategy key name
- Change deploymentStrategy to strategy - This is the correct key according to gitea helm chart values.yaml
This commit is contained in:
@@ -102,7 +102,7 @@ redis-cluster:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Deployment strategy: Recreate to avoid leveldb lock conflicts
|
# Deployment strategy: Recreate to avoid leveldb lock conflicts
|
||||||
deploymentStrategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
# Environment variables for database password
|
# Environment variables for database password
|
||||||
|
|||||||
Reference in New Issue
Block a user