Skip to content

Commit ba543e7

Browse files
committed
Update patchesStrategicMerge to patches
1 parent 15e3e0b commit ba543e7

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resources:
2-
- ../all
2+
- ../all
33

4-
patchesStrategicMerge:
5-
- overlays/deployment.yaml
4+
patches:
5+
- path: overlays/deployment.yaml

manifests/install/examples/classicfullstack-chaining/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ namespace: contrast-agent-operator
22
resources:
33
- ../../all
44

5-
patchesStrategicMerge:
6-
- |-
5+
patches:
6+
- patch: |-
77
apiVersion: apps/v1
88
kind: Deployment
99
metadata:

manifests/install/examples/custom-registry/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ images:
99
newTag: latest
1010

1111
# 2. Update the default registry to your custom registry.
12-
patchesStrategicMerge:
13-
- |-
12+
patches:
13+
- patch: |-
1414
apiVersion: apps/v1
1515
kind: Deployment
1616
metadata:

manifests/install/prod-quay/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ images:
77
newName: quay.io/contrast/agent-operator
88
newTag: latest
99

10-
patchesStrategicMerge:
11-
- |-
10+
patches:
11+
- patch: |-
1212
apiVersion: apps/v1
1313
kind: Deployment
1414
metadata:

manifests/install/testing-gh/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ images:
88
newName: ghcr.io/contrast-security-oss/agent-operator/operator
99
digest: sha256:d251c8bfa6105df4bdc32a4a0f4b551f8827acfdfc0c53f8fcf0d1c2501eae59
1010

11-
patchesStrategicMerge:
12-
- overlays/deployment.yaml
11+
patches:
12+
- path: overlays/deployment.yaml

manifests/install/testing/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ images:
88
newName: local/agent-operator
99
newTag: latest
1010

11-
patchesStrategicMerge:
12-
- overlays/deployment.yaml
11+
patches:
12+
- path: overlays/deployment.yaml

0 commit comments

Comments
 (0)