Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove namespace configuration from deployment #123

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add kubectl command to create namespace to readme
  • Loading branch information
ivankovnatsky committed Aug 14, 2023
commit c7d72a82b26c229466b9a97e4dc5c2f3881ce17d
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Head on to `deploy/` folder and apply the YAMLs in the given filename order. Do

Deploy with Kustomize by Git ref (i.e., commit sha, tag, or branch).

Create namespace before deployment:

```console
kubectl create namespace monitoring
```

```yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Expand Down