Skip to content

Commit

Permalink
Kustomize: Use resources since bases is deprecated (#14037)
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-martin authored Jul 4, 2022
1 parent 65c2389 commit 5c9a6a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Example `kustomization.yaml` file:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- https://github.com/airbytehq/airbyte.git/kube/overlays/stable?ref=master
```
Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/dev-integration-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

namespace: default

bases:
resources:
- ../../resources

images:
Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

namespace: default

bases:
resources:
- ../../resources

images:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

namespace: default

bases:
resources:
- ../../resources

images:
Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

namespace: default

bases:
resources:
- ../../resources

images:
Expand Down

0 comments on commit 5c9a6a5

Please sign in to comment.