Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix linting #149

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/files/manifests/metacontroller-crds-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down
2 changes: 1 addition & 1 deletion src/files/manifests/metacontroller-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
targetPort: {{ metrics_port }}
selector:
# This selector ensures this Service identifies
# the metacontroller workload Pod correctly as ti will have
# the metacontroller workload Pod correctly as it will have
# the same tag. Please NOTE this is pointing at the workload
# and not the charm. The label is assigned to the Pod via the
# StatefulSet located in the same directory as this file.
Expand Down
Loading