Closed morey-tech closed 7 months ago
Currently the system ApplicationSet includes ignoreDifferences that are specific to Applications generated by it. The issue is that they get applied to every Application generated by it. This should be fixed using the templatePatch resource.
system
ApplicationSet
ignoreDifferences
Applications
Application
templatePatch
ignoreDifferences: - group: apiextensions.k8s.io jsonPointers: - /spec/conversion/webhook/clientConfig/caBundle kind: CustomResourceDefinition - group: apps jsonPointers: - /spec/template/metadata/annotations/checksum~1config kind: Deployment
Currently the
system
ApplicationSet
includesignoreDifferences
that are specific toApplications
generated by it. The issue is that they get applied to everyApplication
generated by it. This should be fixed using thetemplatePatch
resource.