diff --git a/tasks.yaml b/tasks.yaml index 2f2ad349e0..687369b20a 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -30,9 +30,9 @@ tasks: - description: "Deploy the Istio source package with Zarf Dev" cmd: "uds zarf dev deploy src/istio --flavor upstream --registry-url docker.io --no-progress" - # Note: this abuses the --flavor flag to only install the CRDs from this package - the "crds-only" flavor is not an explicit flavor of the package + # Note: Since this is a dev deploy without any `--flavor` it only deploys the CRDs (other components are flavored) - description: "Deploy the Prometheus-Stack source package with Zarf Dev to only install the CRDs" - cmd: "uds zarf dev deploy src/prometheus-stack --flavor crds-only --no-progress" + cmd: "uds zarf dev deploy src/prometheus-stack --no-progress" - description: "Dev instructions" cmd: |