Skip to content

Commit bf02172

Browse files
benjaminjbandrewlecuyer
authored andcommitted
lint error (remote)
1 parent 47a0034 commit bf02172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/installation/kustomize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ RoleBinding is created instead.
9797

9898
The installation of the necessary resources for a cluster-wide or a namespace-limited
9999
operator is done automatically by Kustomize, as described below in the Install section.
100-
The only potential change you may need to make is to the Namespace resource and the
100+
The only potential change you may need to make is to the Namespace resource and the
101101
`namespace` field if using a namespace other than the default `postgres-operator`.
102102

103103
## Install
@@ -109,7 +109,7 @@ be installed using `kubectl` and Kustomize. To create the target namespace, run
109109
kubectl apply -k kustomize/install/namespace
110110
```
111111

112-
This will create the default `postgres-operator` namespace, unless you have edited the
112+
This will create the default `postgres-operator` namespace, unless you have edited the
113113
`kustomize/install/namespace/namespace.yaml` resource. That `Namespace` resource should have the
114114
same value as the `namespace` field in the `kustomization.yaml` file (located either at
115115
`kustomize/install/default` or `kustomize/install/singlenamespace`, depending on whether you

0 commit comments

Comments
 (0)