Deploy the Applications
Learn how to deploy applications in the namespaces.
We'll cover the following...
Create the production namespace
Now that we've established we’ll allow the apps in the Argo CD production project to be deployed to the production namespace, we should probably create it.
kubectl create namespace production
Next, let’s take a look at the manifests that will define our applications. They're located in the helm directory.
ls -1 helm
The output is as follows.
Chart.yamltemplates
Files in the helm directory