fix: dapr crd ignorance

This commit is contained in:
2025-07-09 10:40:09 +02:00
parent ccedb8728c
commit 0baaf93c2b
+5 -4
View File
@@ -42,10 +42,11 @@ spec:
ref: values ref: values
project: sys project: sys
ignoreDifferences: ignoreDifferences:
- kind: CustomResourceDefinition - group: apiextensions.k8s.io
jsonPointers:
- /spec/conversion/webhook/clientConfig/service/namespace
kind: CustomResourceDefinition
name: subscriptions.dapr.io name: subscriptions.dapr.io
jqPathExpressions:
- '.spec.conversion.webhook.clientConfig.service.namespace'
syncPolicy: syncPolicy:
managedNamespaceMetadata: managedNamespaceMetadata:
labels: labels:
@@ -53,7 +54,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
# - ServerSideApply=true - ServerSideApply=true
{{- if .Values.dapr.autosync }} {{- if .Values.dapr.autosync }}
automated: automated:
prune: true prune: true