Argo

Describe the purpose of the following section in a an Application YAML file

destination:
  server: http://some.kubernetes.cluster.svc
  namespace: devopsExercises

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

This section defines with which Kubernetes cluster the app in the tracked Git repository should be synced with.