Skip to content

Commit 15e3e0b

Browse files
committed
Change bases to resources
1 parent 4a3ea0a commit 15e3e0b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

manifests/examples/testing/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bases:
1+
resources:
22
- ./scenarios/cluster
33
- ./scenarios/namespaced
44
- ./scenarios/restricted-policy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
namespace: contrast-agent-operator
2-
bases:
2+
resources:
33
- crds
44
- operator

manifests/install/dev/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bases:
1+
resources:
22
- ../all
33

44
patchesStrategicMerge:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace: contrast-agent-operator
2-
bases:
2+
resources:
33
- ../../all
44

55
patchesStrategicMerge:

manifests/install/examples/custom-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Make sure to import all images built by [agent-operator-images](https://github.c
2222
<CONTRAST_DEFAULT_REGISTRY>/agent-python
2323
```
2424

25-
If using [Kustomize](https://kustomize.io), the `patchesStrategicMerge` patch can be used, see [`./kustomization.yaml`](./kustomization.yaml).
25+
If using [Kustomize](https://kustomize.io), the `patches` patch can be used, see [`./kustomization.yaml`](./kustomization.yaml).
2626

2727
> Note that this assumes your default cluster pull secrets allow pulling from this custom registry (or anonymous pull is enabled).
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace: contrast-agent-operator
2-
bases:
2+
resources:
33
- ../../all
44

55
# 1. Update `contrast/agent-operator` (DockerHub by default) to your custom registry.

manifests/install/prod-quay/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace: contrast-agent-operator
2-
bases:
2+
resources:
33
- ../all
44

55
images:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
namespace: contrast-agent-operator
2-
bases:
2+
resources:
33
- ../all

manifests/install/testing-gh/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: contrast-agent-operator
22

3-
bases:
3+
resources:
44
- ../all
55

66
images:

manifests/install/testing/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: testing-agent-operator
22

3-
bases:
3+
resources:
44
- ../all
55

66
images:

0 commit comments

Comments
 (0)