Skip to content

Commit

Permalink
ASCN-398 Add os label filter to deployment target discovery (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalear authored Nov 18, 2024
1 parent 878982e commit 4111e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnab/app/variables.GCP.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"deploymentDiscovery": {
"deploymentGroupFilter": "labels.env=dev AND labels.project=base AND labels.product=pubplat AND labels.instance=ascn-dev",
"deploymentTargetFilter": "resourceLabels.deployment_target=true"
"deploymentTargetFilter": "resourceLabels.deployment_target=true AND resourceLabels.os=linux"
},
"vars": {
"secretStore": "cluster-secrets",
Expand Down

0 comments on commit 4111e41

Please sign in to comment.