Skip to content

Commit

Permalink
Merge pull request #7 from navidshariaty/main
Browse files Browse the repository at this point in the history
change suffix to team
  • Loading branch information
navidshariaty authored May 20, 2023
2 parents 7b651c5 + 8151829 commit ef45a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- /manager
args:
- --leader-elect
image: ghcr.io/snapp-incubator/team-operator:2.0.1
image: ghcr.io/snapp-incubator/team-operator:2.0.2
name: manager
# securityContext:
# allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion controllers/team_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
MetricNamespaceSuffix = "-metrics"
MetricNamespaceSuffix = "-team"
MetricNamespaceFinalizer = "batch.finalizers.kubebuilder.io/metric-namespace"
)

Expand Down

0 comments on commit ef45a80

Please sign in to comment.