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