From a79dbd1259aafcb5ed1336f3eb3197db11c145f4 Mon Sep 17 00:00:00 2001 From: Todd Short Date: Mon, 24 Jun 2024 20:20:02 -0400 Subject: [PATCH] fixup! reorg kustomize Signed-off-by: Todd Short --- Tiltfile | 2 +- config/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tiltfile b/Tiltfile index ef12a304..ebf2f787 100644 --- a/Tiltfile +++ b/Tiltfile @@ -9,7 +9,7 @@ repos = cfg.get('repos', ['operator-controller', 'catalogd']) repo = { 'image': 'quay.io/operator-framework/operator-controller', - 'yaml': 'config/overlays/tls', + 'yaml': 'config/secure', 'binaries': { 'manager': 'operator-controller-controller-manager', }, diff --git a/config/README.md b/config/README.md index 13cf359e..6f0d0b43 100644 --- a/config/README.md +++ b/config/README.md @@ -10,8 +10,8 @@ This configuration specifies a namespace of `olmv1-system`. This includes support for a secure (i.e. with TLS) configuration of operator-controller. This configuration uses: * config/base -* config/overlays/tls -* config/overlays/ca +* config/components/tls +* config/components/ca This configuration requires cert-manager. @@ -19,9 +19,9 @@ This configuration requires cert-manager. This provides additional configuration support for end-to-end testing, including code coverage. This configuration uses: * config/base -* config/overlays/tls -* config/overlays/ca -* config/overlays/coverage +* config/components/tls +* config/components/ca +* config/components/coverage This configuration requires cert-manager.