diff --git a/infra/base/loki.yaml b/infra/base/loki.yaml index d9acdab..80e0ba4 100644 --- a/infra/base/loki.yaml +++ b/infra/base/loki.yaml @@ -40,3 +40,9 @@ spec: - CreateNamespace=true - Validate=true - ServerSideApply=true + + ignoreDifferences: + - group: apps + kind: StatefulSet + jsonPointers: + - /spec/volumeClaimTemplates diff --git a/infra/base/tempo.yaml b/infra/base/tempo.yaml index 0a0c09b..55d6ad2 100644 --- a/infra/base/tempo.yaml +++ b/infra/base/tempo.yaml @@ -40,3 +40,9 @@ spec: - CreateNamespace=true - Validate=true - ServerSideApply=true + + ignoreDifferences: + - group: apps + kind: StatefulSet + jsonPointers: + - /spec/volumeClaimTemplates