fix: dapr crd ignorance
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user