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
|
||||
|
||||
# Deployment strategy: Recreate to avoid leveldb lock conflicts
|
||||
deploymentStrategy:
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
# Environment variables for database password
|
||||
|
||||
Reference in New Issue
Block a user