From 963fbdc79151ea8eee3e5fef7838b20b12a2f0aa Mon Sep 17 00:00:00 2001 From: Maitiu O Ciarain Date: Mon, 16 Dec 2024 14:02:32 +0000 Subject: [PATCH] Lint yaml files --- .../frontend/templates/allow-ingress.authorizationpolicy.yaml | 2 +- .../helm/frontend/templates/frontend.secret-refresher.yaml | 2 +- .../helm/frontend/templates/frontend.secretproviderclass.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml b/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml index 9077d2ed7..e6aeca812 100644 --- a/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml +++ b/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml @@ -12,4 +12,4 @@ spec: to: - operation: ports: - - "8443" \ No newline at end of file + - "8443" diff --git a/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml b/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml index 5577f24e4..52d87c25f 100644 --- a/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml +++ b/frontend/deploy/helm/frontend/templates/frontend.secret-refresher.yaml @@ -29,4 +29,4 @@ spec: driver: secrets-store.csi.k8s.io readOnly: true volumeAttributes: - secretProviderClass: "frontend-scp" \ No newline at end of file + secretProviderClass: "frontend-scp" diff --git a/frontend/deploy/helm/frontend/templates/frontend.secretproviderclass.yaml b/frontend/deploy/helm/frontend/templates/frontend.secretproviderclass.yaml index f5faad349..883f4be21 100644 --- a/frontend/deploy/helm/frontend/templates/frontend.secretproviderclass.yaml +++ b/frontend/deploy/helm/frontend/templates/frontend.secretproviderclass.yaml @@ -24,4 +24,4 @@ spec: - objectName: frontend-cert key: tls.crt - objectName: frontend-cert - key: tls.key \ No newline at end of file + key: tls.key