From 7103969a07bd1cf6cc34a5add0895d0028a364a4 Mon Sep 17 00:00:00 2001 From: mvlassis Date: Tue, 11 Feb 2025 11:52:55 +0200 Subject: [PATCH] Fix spelling mistake --- src/files/manifests/metacontroller-crds-v1.yaml | 1 - src/files/manifests/metacontroller-svc.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/files/manifests/metacontroller-crds-v1.yaml b/src/files/manifests/metacontroller-crds-v1.yaml index c431bdb..8911485 100644 --- a/src/files/manifests/metacontroller-crds-v1.yaml +++ b/src/files/manifests/metacontroller-crds-v1.yaml @@ -1,4 +1,3 @@ - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/src/files/manifests/metacontroller-svc.yaml b/src/files/manifests/metacontroller-svc.yaml index df61da7..293dc38 100644 --- a/src/files/manifests/metacontroller-svc.yaml +++ b/src/files/manifests/metacontroller-svc.yaml @@ -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.