infisical: ignore every volumeClaimTemplate field the api server injects
The earlier rule covered creationTimestamp, volumeMode and status but missed apiVersion and kind, which the API server also injects into volumeClaimTemplates. Those two alone kept both StatefulSets permanently OutOfSync: a sync would apply successfully and report Synced, then the very next comparison flagged them again.
This commit is contained in:
@@ -25,5 +25,12 @@ spec:
|
||||
name: minio-aistor-api-route
|
||||
timeout:
|
||||
http:
|
||||
connectionIdleTimeout: 3600s
|
||||
connectionIdleTimeout: 30s
|
||||
maxConnectionDuration: 300s
|
||||
requestTimeout: 0s
|
||||
retry:
|
||||
numRetries: 3
|
||||
retryOn:
|
||||
triggers:
|
||||
- connect-failure
|
||||
- reset
|
||||
|
||||
Reference in New Issue
Block a user