From 45ed6d61c13b2d89875743a152141d5b413ab6a4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 4 Jan 2025 22:31:00 +0100 Subject: [PATCH] fix: move templates into chart dir --- README.md | 13 ------------- .../{ => prometheus-fail2ban-exporter}/_helpers.tpl | 0 .../daemonset.yaml | 0 .../{ => prometheus-fail2ban-exporter}/ingress.yaml | 0 .../{ => prometheus-fail2ban-exporter}/secrets.yaml | 0 .../{ => prometheus-fail2ban-exporter}/service.yaml | 0 .../serviceMonitor.yaml | 0 7 files changed, 13 deletions(-) rename templates/{ => prometheus-fail2ban-exporter}/_helpers.tpl (100%) rename templates/{ => prometheus-fail2ban-exporter}/daemonset.yaml (100%) rename templates/{ => prometheus-fail2ban-exporter}/ingress.yaml (100%) rename templates/{ => prometheus-fail2ban-exporter}/secrets.yaml (100%) rename templates/{ => prometheus-fail2ban-exporter}/service.yaml (100%) rename templates/{ => prometheus-fail2ban-exporter}/serviceMonitor.yaml (100%) diff --git a/README.md b/README.md index f0113c8..28718db 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ can be defined in the `values.yml` file below the `config` section. Alternativel ### Configuration - ### Image | Name | Description | Value | @@ -45,36 +44,24 @@ can be defined in the `values.yml` file below the `config` section. Alternativel ### Ingress - ### NodeSelector - ### PodAnnotations - ### PodPriorityClassName - ### PodSecurityContext - ### Resources - ### SecurityContext - ### Service - ### ServiceMonitor - ### Tolerations - ### VolumeMounts - ### Volume - diff --git a/templates/_helpers.tpl b/templates/prometheus-fail2ban-exporter/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to templates/prometheus-fail2ban-exporter/_helpers.tpl diff --git a/templates/daemonset.yaml b/templates/prometheus-fail2ban-exporter/daemonset.yaml similarity index 100% rename from templates/daemonset.yaml rename to templates/prometheus-fail2ban-exporter/daemonset.yaml diff --git a/templates/ingress.yaml b/templates/prometheus-fail2ban-exporter/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to templates/prometheus-fail2ban-exporter/ingress.yaml diff --git a/templates/secrets.yaml b/templates/prometheus-fail2ban-exporter/secrets.yaml similarity index 100% rename from templates/secrets.yaml rename to templates/prometheus-fail2ban-exporter/secrets.yaml diff --git a/templates/service.yaml b/templates/prometheus-fail2ban-exporter/service.yaml similarity index 100% rename from templates/service.yaml rename to templates/prometheus-fail2ban-exporter/service.yaml diff --git a/templates/serviceMonitor.yaml b/templates/prometheus-fail2ban-exporter/serviceMonitor.yaml similarity index 100% rename from templates/serviceMonitor.yaml rename to templates/prometheus-fail2ban-exporter/serviceMonitor.yaml