diff --git a/hubs/maintenance/fleet.yaml b/hubs/maintenance/fleet.yaml index 6c4488d4df5c417c4f2a3dc0a7fb9830eb3ed8a1..b8446d1cd3fe5e8b78bf050d041fe7a51b54b94d 100644 --- a/hubs/maintenance/fleet.yaml +++ b/hubs/maintenance/fleet.yaml @@ -10,8 +10,7 @@ targetCustomizations: - name: staging clusterSelector: matchLabels: - stage: staging - app: jupyter + name: jupyter-stag helm: valuesFiles: - values/overlays/staging/hosts.yaml @@ -23,8 +22,7 @@ targetCustomizations: - name: production clusterSelector: matchLabels: - stage: production - app: jupyter + name: jupyter-prod helm: valuesFiles: - values/overlays/production/hosts.yaml