From b7644b75ea0ab38d645b2645b7ee0c4d544a4c54 Mon Sep 17 00:00:00 2001 From: Akash Singhal Date: Tue, 14 May 2024 16:50:50 -0700 Subject: [PATCH] chore: update dev helmfiles to clean up namespaced resources (#1476) --- dev.helmfile.yaml | 4 ++++ dev.high-availability.helmfile.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev.helmfile.yaml b/dev.helmfile.yaml index 73ab8a466..51ae1711d 100644 --- a/dev.helmfile.yaml +++ b/dev.helmfile.yaml @@ -62,6 +62,10 @@ releases: - "certificatestores.config.ratify.deislabs.io" - "policies.config.ratify.deislabs.io" - "keymanagementproviders.config.ratify.deislabs.io" + - "namespacedkeymanagementproviders.config.ratify.deislabs.io" + - "namespacedpolicies.config.ratify.deislabs.io" + - "namespacedstores.config.ratify.deislabs.io" + - "namespacedverifiers.config.ratify.deislabs.io" - events: ["postuninstall"] showlogs: true command: "kubectl" diff --git a/dev.high-availability.helmfile.yaml b/dev.high-availability.helmfile.yaml index c8e25c99a..c7b6e7ab2 100644 --- a/dev.high-availability.helmfile.yaml +++ b/dev.high-availability.helmfile.yaml @@ -125,6 +125,10 @@ releases: - "verifiers.config.ratify.deislabs.io" - "certificatestores.config.ratify.deislabs.io" - "policies.config.ratify.deislabs.io" + - "namespacedkeymanagementproviders.config.ratify.deislabs.io" + - "namespacedpolicies.config.ratify.deislabs.io" + - "namespacedstores.config.ratify.deislabs.io" + - "namespacedverifiers.config.ratify.deislabs.io" - events: ["postuninstall"] showlogs: true command: "kubectl"