harness / harness-cli

Harness CLI for managing Harness resources, from the command line using YAMLs as input [LIMITED GA]
MIT License
12 stars 13 forks source link

fix: [PLG-3051]: Fix the issue with namespace for GitOps application creation #55

Closed neelam-harness closed 12 months ago

neelam-harness commented 12 months ago

Created a fresh namespace and then created an agent in that namespace. kubectl create ns gitops-namespace-nov28 kubectl apply -f gitops-agent.yml -n gitops-namespace-nov28 Followed with the entity creation as follows:

image image image

View of Healthy application created from the app:

image