diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index e3742f799..1883fa14b 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -4,15 +4,15 @@ argo-cd: configs: cm: admin.enabled: true - resource.customizations.ignoreDifferences.apps_Deployment: | - jqPathExpressions: - - '.spec.template.spec.hostUsers' - resource.customizations.ignoreDifferences.batch_CronJob: | - jqPathExpressions: - - '.spec.jobTemplate.spec.template.spec.hostUsers' - resource.customizations.ignoreDifferences.batch_Job: | - jqPathExpressions: - - '.spec.template.spec.hostUsers' + # resource.customizations.ignoreDifferences.apps_Deployment: | + # jqPathExpressions: + # - '.spec.template.spec.hostUsers' + # resource.customizations.ignoreDifferences.batch_CronJob: | + # jqPathExpressions: + # - '.spec.jobTemplate.spec.template.spec.hostUsers' + # resource.customizations.ignoreDifferences.batch_Job: | + # jqPathExpressions: + # - '.spec.template.spec.hostUsers' timeout.reconciliation: 100s timeout.reconciliation.jitter: 60s url: https://argocd.alexlebens.net diff --git a/clusters/cl01tl/deployment/stack/values.yaml b/clusters/cl01tl/deployment/stack/values.yaml index 987bd5125..40d32062e 100644 --- a/clusters/cl01tl/deployment/stack/values.yaml +++ b/clusters/cl01tl/deployment/stack/values.yaml @@ -8,12 +8,12 @@ git: revision: HEAD applicationSet: - name: applications - ignoreDifferences: - - kind: PersistentVolume - jsonPointers: - - /spec/claimRef/resourceVersion - - /spec/claimRef/uid - - /status/lastPhaseTransitionTime + # ignoreDifferences: + # - kind: PersistentVolume + # jsonPointers: + # - /spec/claimRef/resourceVersion + # - /spec/claimRef/uid + # - /status/lastPhaseTransitionTime syncPolicy: automated: prune: true @@ -21,11 +21,11 @@ applicationSet: serverSideApply: true RespectIgnoreDifferences: true - name: deployment - ignoreDifferences: - - group: "" - kind: ValidatingWebhookConfiguration - jqPathExpressions: - - .webhooks[].clientConfig.caBundle + # ignoreDifferences: + # - group: "" + # kind: ValidatingWebhookConfiguration + # jqPathExpressions: + # - .webhooks[].clientConfig.caBundle namespace: argocd syncPolicy: automated: @@ -33,11 +33,11 @@ applicationSet: syncOptions: serverSideApply: true - name: management - ignoreDifferences: - - group: "" - kind: ValidatingWebhookConfiguration - jqPathExpressions: - - .webhooks[].clientConfig.caBundle + # ignoreDifferences: + # - group: "" + # kind: ValidatingWebhookConfiguration + # jqPathExpressions: + # - .webhooks[].clientConfig.caBundle syncPolicy: automated: prune: true @@ -50,16 +50,16 @@ applicationSet: syncOptions: serverSideApply: true - name: platform - ignoreDifferences: - - group: "" - kind: ValidatingWebhookConfiguration - jqPathExpressions: - - .webhooks[].clientConfig.caBundle - - kind: PersistentVolume - jsonPointers: - - /spec/claimRef/resourceVersion - - /spec/claimRef/uid - - /status/lastPhaseTransitionTime + # ignoreDifferences: + # - group: "" + # kind: ValidatingWebhookConfiguration + # jqPathExpressions: + # - .webhooks[].clientConfig.caBundle + # - kind: PersistentVolume + # jsonPointers: + # - /spec/claimRef/resourceVersion + # - /spec/claimRef/uid + # - /status/lastPhaseTransitionTime syncPolicy: automated: prune: true @@ -67,35 +67,35 @@ applicationSet: serverSideApply: true RespectIgnoreDifferences: true - name: services - ignoreDifferences: - - group: "" - kind: Service - jqPathExpressions: - - .status.loadBalancer.ingress[].ipMode - - group: "" - kind: ValidatingWebhookConfiguration - jqPathExpressions: - - .webhooks[].clientConfig.caBundle - - group: "" - kind: DaemonSet - jqPathExpressions: - - .metadata.annotations.deprecated.daemonset.template.generation + # ignoreDifferences: + # - group: "" + # kind: Service + # jqPathExpressions: + # - .status.loadBalancer.ingress[].ipMode + # - group: "" + # kind: ValidatingWebhookConfiguration + # jqPathExpressions: + # - .webhooks[].clientConfig.caBundle + # - group: "" + # kind: DaemonSet + # jqPathExpressions: + # - .metadata.annotations.deprecated.daemonset.template.generation syncPolicy: automated: prune: true syncOptions: serverSideApply: true - name: storage - ignoreDifferences: - - group: "" - kind: ValidatingWebhookConfiguration - jqPathExpressions: - - .webhooks[].clientConfig.caBundle - - kind: PersistentVolume - jsonPointers: - - /spec/claimRef/resourceVersion - - /spec/claimRef/uid - - /status/lastPhaseTransitionTime + # ignoreDifferences: + # - group: "" + # kind: ValidatingWebhookConfiguration + # jqPathExpressions: + # - .webhooks[].clientConfig.caBundle + # - kind: PersistentVolume + # jsonPointers: + # - /spec/claimRef/resourceVersion + # - /spec/claimRef/uid + # - /status/lastPhaseTransitionTime syncPolicy: automated: prune: true