Browse Source

fix outofsync deploymentconfigs

gitops
Nicolas Massé 3 years ago
parent
commit
4b270b5f11
  1. 5
      infrastructure.yaml

5
infrastructure.yaml

@ -25,4 +25,9 @@ spec:
ignoreDifferences: ignoreDifferences:
- jqPathExpressions: - jqPathExpressions:
- .spec.template.spec.containers[].image - .spec.template.spec.containers[].image
group: apps.openshift.io
kind: DeploymentConfig kind: DeploymentConfig
- jqPathExpressions:
- .spec.tags[].generation
group: image.openshift.io
kind: ImageStream

Loading…
Cancel
Save