fix: dapr crd ignorance
This commit is contained in:
@@ -42,10 +42,11 @@ spec:
|
||||
ref: values
|
||||
project: sys
|
||||
ignoreDifferences:
|
||||
- kind: CustomResourceDefinition
|
||||
name: subscriptions.dapr.io
|
||||
jqPathExpressions:
|
||||
- '.spec.conversion.webhook.clientConfig.service.namespace'
|
||||
- group: apiextensions.k8s.io
|
||||
jsonPointers:
|
||||
- /spec/conversion/webhook/clientConfig/service/namespace
|
||||
kind: CustomResourceDefinition
|
||||
name: subscriptions.dapr.io
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
@@ -53,7 +54,7 @@ spec:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
# - ServerSideApply=true
|
||||
- ServerSideApply=true
|
||||
{{- if .Values.dapr.autosync }}
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
Reference in New Issue
Block a user