Skip to content

Commit

Permalink
Revert "Kustomize: Use resources since bases is deprecated (#14037)"
Browse files Browse the repository at this point in the history
This reverts commit 5c9a6a5.
  • Loading branch information
terencecho committed Jul 4, 2022
1 parent d0d6571 commit c89b1c1
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

resources:
bases:
- 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

resources:
bases:
- ../../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

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

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

namespace: default

resources:
bases:
- ../../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

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

images:
Expand Down

0 comments on commit c89b1c1

Please sign in to comment.