Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 authored Apr 13, 2024
1 parent 8d6a2ed commit 2c0f614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ You can create a Kubernetes namespace using the following command:
``` bash
kubectl create namespace <namespace-name>
```
# Deploy an Application
# Deploy an Application using Kustomize

To deploy an application, apply the YAML configuration file to your namespace:

```bash

kubectl apply -f <path-to-yaml-file>
kubectl apply - <path-to-overlays-environment> .
```

# Useful Commands
Expand Down

0 comments on commit 2c0f614

Please sign in to comment.