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