Skip to content

Commit

Permalink
Merge pull request #23 from qpoint-io/marc-barry/namespace-egress-label
Browse files Browse the repository at this point in the history
Use qpoint.io/egress as the namespace label.
  • Loading branch information
marc-barry authored Jan 10, 2024
2 parents 394dd05 + 12f1174 commit f92074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const SERVICE_ANNOTATIONS_CONFIGMAP = "qtap-operator-service-pod-annotations-configmap"
const INJECT_ANNOTATIONS_CONFIGMAP = "qtap-operator-inject-pod-annotations-configmap"
const NAMESPACE_EGRESS_LABEL = "qpoint-egress"
const NAMESPACE_EGRESS_LABEL = "qpoint.io/egress"
const POD_EGRESS_LABEL = "qpoint.io/egress"

type EgressType string
Expand Down

0 comments on commit f92074d

Please sign in to comment.