From b70375cfda65c67a7eeac15ad9dc7664a480a952 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:59:15 -0500 Subject: [PATCH] 'roll' script assume extension is yaml not yml --- .secrets.baseline | 4 ++-- .../services/funnel/{funnel-deploy.yml => funnel-deploy.yaml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename kube/services/funnel/{funnel-deploy.yml => funnel-deploy.yaml} (100%) diff --git a/.secrets.baseline b/.secrets.baseline index cf7584453..c7bd6a29e 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -1247,10 +1247,10 @@ "line_number": 67 } ], - "kube/services/funnel/funnel-deploy.yml": [ + "kube/services/funnel/funnel-deploy.yaml": [ { "type": "Secret Keyword", - "filename": "kube/services/funnel/funnel-deploy.yml", + "filename": "kube/services/funnel/funnel-deploy.yaml", "hashed_secret": "d12fb198e89995e5d5c29add3749ef711faeaf47", "is_verified": false, "line_number": 49 diff --git a/kube/services/funnel/funnel-deploy.yml b/kube/services/funnel/funnel-deploy.yaml similarity index 100% rename from kube/services/funnel/funnel-deploy.yml rename to kube/services/funnel/funnel-deploy.yaml