From 986697b17253816903df2e4500741788a0641609 Mon Sep 17 00:00:00 2001 From: Jethro Date: Tue, 17 Mar 2026 21:37:40 +1300 Subject: [PATCH] fixed typo --- infrastructure/bitwarden/kustomization.yaml | 3 +-- infrastructure/bitwarden/{namepsace.yaml => namespace.yaml} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename infrastructure/bitwarden/{namepsace.yaml => namespace.yaml} (100%) diff --git a/infrastructure/bitwarden/kustomization.yaml b/infrastructure/bitwarden/kustomization.yaml index 3d6aa5a..4e85bda 100644 --- a/infrastructure/bitwarden/kustomization.yaml +++ b/infrastructure/bitwarden/kustomization.yaml @@ -3,5 +3,4 @@ kind: Kustomization resources: - helmrelease.yaml - bitwardenaccesstoken.enc.yaml - - namespace.yaml - - .sops.yaml \ No newline at end of file + - namespace.yaml \ No newline at end of file diff --git a/infrastructure/bitwarden/namepsace.yaml b/infrastructure/bitwarden/namespace.yaml similarity index 100% rename from infrastructure/bitwarden/namepsace.yaml rename to infrastructure/bitwarden/namespace.yaml