Fix gitea out of sync

This commit is contained in:
dvirlabs 2026-03-18 12:53:49 +02:00
parent 9841d6c5dc
commit 8307211351

View File

@ -32,11 +32,23 @@ spec:
namespace: dev-tools namespace: dev-tools
jqPathExpressions: jqPathExpressions:
- .spec.template.metadata.annotations."kubectl.kubernetes.io/restartedAt" - .spec.template.metadata.annotations."kubectl.kubernetes.io/restartedAt"
- group: apps
kind: StatefulSet
namespace: dev-tools
jsonPointers:
- /spec/volumeClaimTemplates
- group: "" - group: ""
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
namespace: dev-tools
jsonPointers: jsonPointers:
- /status - /status
- /spec/volumeName - /spec/volumeName
- /spec/storageClassName - /spec/storageClassName
- /metadata/labels - /metadata/labels
- /metadata/annotations - /metadata/annotations
- group: ""
kind: Service
namespace: dev-tools
jsonPointers:
- /spec/clusterIP
- /spec/clusterIPs