From 8307211351ff782a19947e97c07005e9902df5db Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Mar 2026 12:53:49 +0200 Subject: [PATCH] Fix gitea out of sync --- argocd-apps/gitea.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/argocd-apps/gitea.yaml b/argocd-apps/gitea.yaml index 27d2092..06e83a8 100644 --- a/argocd-apps/gitea.yaml +++ b/argocd-apps/gitea.yaml @@ -32,11 +32,23 @@ spec: namespace: dev-tools jqPathExpressions: - .spec.template.metadata.annotations."kubectl.kubernetes.io/restartedAt" + - group: apps + kind: StatefulSet + namespace: dev-tools + jsonPointers: + - /spec/volumeClaimTemplates - group: "" kind: PersistentVolumeClaim + namespace: dev-tools jsonPointers: - /status - /spec/volumeName - /spec/storageClassName - /metadata/labels - /metadata/annotations + - group: "" + kind: Service + namespace: dev-tools + jsonPointers: + - /spec/clusterIP + - /spec/clusterIPs