Skip to content

Commit

Permalink
fix(cert-manager): update aks labels (#37)
Browse files Browse the repository at this point in the history
* fix(cert-manager): update aks labels

---------

Co-authored-by: Jakob Englisch <[email protected]>
Co-authored-by: Michael Riedmann <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2023
1 parent 4a3fff5 commit 1612b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/cert-manager/cert-manager.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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'] },
],
},
}] + super.webhooks[1:],
Expand Down

0 comments on commit 1612b6a

Please sign in to comment.