Skip to content

Commit

Permalink
tk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedmann committed Nov 28, 2023
1 parent 7cdae4a commit 9dc67b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/cert-manager/cert-manager.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ local k = (import '../../prelude.libsonnet');
namespaceSelector+: {
matchExpressions: super.matchExpressions + [
{ key: 'control-plane', operator: 'DoesNotExist' },
{ key: 'control-plane', operator: 'NotIn', values: ["true"] },
{ key: 'kubernetes.azure.com/managedby', operator: 'NotIn', values: ["aks"] },
{ key: 'control-plane', operator: 'NotIn', values: ['true'] },
{ key: 'kubernetes.azure.com/managedby', operator: 'NotIn', values: ['aks'] },
],
},
}] + super.webhooks[1:],
Expand Down

0 comments on commit 9dc67b1

Please sign in to comment.