Skip to content

Commit

Permalink
cosigned: Fix podAntiAffinity labels (sigstore#1841)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Torres <andrest@vmware.com>
  • Loading branch information
elfotografo007 authored and mlieberman85 committed May 6, 2022
1 parent 72226aa commit 5a5b854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/policy-webhook.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
- podAffinityTerm:
labelSelector:
matchLabels:
app: policy-webhook
role: policy-webhook
topologyKey: kubernetes.io/hostname
weight: 100

Expand Down
2 changes: 1 addition & 1 deletion config/webhook.yaml
Expand Up @@ -34,7 +34,7 @@ spec:
- podAffinityTerm:
labelSelector:
matchLabels:
app: webhook
role: webhook
topologyKey: kubernetes.io/hostname
weight: 100

Expand Down

0 comments on commit 5a5b854

Please sign in to comment.