From 209b45e0468ea4a5672f83a8521291861abd9693 Mon Sep 17 00:00:00 2001 From: sergeyshaykhullin Date: Mon, 22 Jun 2020 16:57:54 +0300 Subject: [PATCH] Move slack bot to bots/slack folder --- .../templates/{slack-bot => bots/slack}/deployment.yaml | 0 .../templates/{slack-bot => bots/slack}/role.yaml | 0 .../templates/{slack-bot => bots/slack}/rolebinding.yaml | 0 .../templates/{slack-bot => bots/slack}/service.yaml | 0 .../templates/{slack-bot => bots/slack}/serviceaccount.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename charts/argocd-notifications/templates/{slack-bot => bots/slack}/deployment.yaml (100%) rename charts/argocd-notifications/templates/{slack-bot => bots/slack}/role.yaml (100%) rename charts/argocd-notifications/templates/{slack-bot => bots/slack}/rolebinding.yaml (100%) rename charts/argocd-notifications/templates/{slack-bot => bots/slack}/service.yaml (100%) rename charts/argocd-notifications/templates/{slack-bot => bots/slack}/serviceaccount.yaml (100%) diff --git a/charts/argocd-notifications/templates/slack-bot/deployment.yaml b/charts/argocd-notifications/templates/bots/slack/deployment.yaml similarity index 100% rename from charts/argocd-notifications/templates/slack-bot/deployment.yaml rename to charts/argocd-notifications/templates/bots/slack/deployment.yaml diff --git a/charts/argocd-notifications/templates/slack-bot/role.yaml b/charts/argocd-notifications/templates/bots/slack/role.yaml similarity index 100% rename from charts/argocd-notifications/templates/slack-bot/role.yaml rename to charts/argocd-notifications/templates/bots/slack/role.yaml diff --git a/charts/argocd-notifications/templates/slack-bot/rolebinding.yaml b/charts/argocd-notifications/templates/bots/slack/rolebinding.yaml similarity index 100% rename from charts/argocd-notifications/templates/slack-bot/rolebinding.yaml rename to charts/argocd-notifications/templates/bots/slack/rolebinding.yaml diff --git a/charts/argocd-notifications/templates/slack-bot/service.yaml b/charts/argocd-notifications/templates/bots/slack/service.yaml similarity index 100% rename from charts/argocd-notifications/templates/slack-bot/service.yaml rename to charts/argocd-notifications/templates/bots/slack/service.yaml diff --git a/charts/argocd-notifications/templates/slack-bot/serviceaccount.yaml b/charts/argocd-notifications/templates/bots/slack/serviceaccount.yaml similarity index 100% rename from charts/argocd-notifications/templates/slack-bot/serviceaccount.yaml rename to charts/argocd-notifications/templates/bots/slack/serviceaccount.yaml