From 6b1c8bb5bbdfb9b62f9e597ee92c7b333856ad59 Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 6 Nov 2024 11:06:51 +0000 Subject: [PATCH] Fix: filename --- algo-dcbot/kustomization.yaml | 3 +++ algo-dcbot/{ns.archrepo.yaml => ns.algo-dcbot.yaml} | 0 2 files changed, 3 insertions(+) rename algo-dcbot/{ns.archrepo.yaml => ns.algo-dcbot.yaml} (100%) diff --git a/algo-dcbot/kustomization.yaml b/algo-dcbot/kustomization.yaml index 365d802..ddadf29 100644 --- a/algo-dcbot/kustomization.yaml +++ b/algo-dcbot/kustomization.yaml @@ -1,8 +1,11 @@ --- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization + +namespace: algo-dcbot generatorOptions: disableNameSuffixHash: true + resources: - ns.algo-dcbot.yaml - deploy.algo-dcbot.yaml diff --git a/algo-dcbot/ns.archrepo.yaml b/algo-dcbot/ns.algo-dcbot.yaml similarity index 100% rename from algo-dcbot/ns.archrepo.yaml rename to algo-dcbot/ns.algo-dcbot.yaml