Switch to using ArgoCD to deploy cluster manifests instead of kubectl
#3363
Labels
area/prow
Issues or PRs related to Prow configuration
kind/enhancement
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
When changes to the cluster configuration is made, a prow postsubmit job runs
kubectl apply -f prow/cluster/build
to deploy the config, but this problematic for a few reasons:$ helm template --include-crds --output-dir ./output_dir external-secrets/kubernetes-external-secrets
instead of/cc @kvmware
If we are happy with this, let me know and i'll bootstrap argocd in the prow cluster.
The text was updated successfully, but these errors were encountered: