app-files/core-deployments.yaml: ignore differences in prometheus ca bundle
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
7742a029f6
commit
438b077fc5
1 changed files with 8 additions and 0 deletions
|
@ -127,6 +127,14 @@ spec:
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- '.spec.template.spec.initContainers[]?.resources'
|
- '.spec.template.spec.initContainers[]?.resources'
|
||||||
- '.spec.template.spec.containers[]?.resources'
|
- '.spec.template.spec.containers[]?.resources'
|
||||||
|
- group: admissionregistration.k8s.io
|
||||||
|
kind: MutatingWebhookConfiguration
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.webhooks[]?.clientConfig.caBundle'
|
||||||
|
- group: admissionregistration.k8s.io
|
||||||
|
kind: ValidatingWebhookConfiguration
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.webhooks[]?.clientConfig.caBundle'
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
|
Loading…
Reference in a new issue