From 7ab9735f1534a76666fe5caa11321a0599942707 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Wed, 26 Apr 2023 02:21:59 +0200 Subject: [PATCH] renamed folder --- .../{01-namespaces => 01-target-namespaces}/01-namespace.yaml | 0 .../{01-namespaces => 01-target-namespaces}/README.md | 0 .../{01-namespaces => 01-target-namespaces}/authentication.yaml | 0 .../{01-namespaces => 01-target-namespaces}/deployment.yaml | 0 .../{01-namespaces => 01-target-namespaces}/deployment_2.yaml | 0 .../{01-namespaces => 01-target-namespaces}/gateway.yaml | 0 .../02-target-service-accounts/README.md | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename Istio/06-Internal-Authentication/{01-namespaces => 01-target-namespaces}/01-namespace.yaml (100%) rename Istio/06-Internal-Authentication/{01-namespaces => 01-target-namespaces}/README.md (100%) rename Istio/06-Internal-Authentication/{01-namespaces => 01-target-namespaces}/authentication.yaml (100%) rename Istio/06-Internal-Authentication/{01-namespaces => 01-target-namespaces}/deployment.yaml (100%) rename Istio/06-Internal-Authentication/{01-namespaces => 01-target-namespaces}/deployment_2.yaml (100%) rename Istio/06-Internal-Authentication/{01-namespaces => 01-target-namespaces}/gateway.yaml (100%) diff --git a/Istio/06-Internal-Authentication/01-namespaces/01-namespace.yaml b/Istio/06-Internal-Authentication/01-target-namespaces/01-namespace.yaml similarity index 100% rename from Istio/06-Internal-Authentication/01-namespaces/01-namespace.yaml rename to Istio/06-Internal-Authentication/01-target-namespaces/01-namespace.yaml diff --git a/Istio/06-Internal-Authentication/01-namespaces/README.md b/Istio/06-Internal-Authentication/01-target-namespaces/README.md similarity index 100% rename from Istio/06-Internal-Authentication/01-namespaces/README.md rename to Istio/06-Internal-Authentication/01-target-namespaces/README.md diff --git a/Istio/06-Internal-Authentication/01-namespaces/authentication.yaml b/Istio/06-Internal-Authentication/01-target-namespaces/authentication.yaml similarity index 100% rename from Istio/06-Internal-Authentication/01-namespaces/authentication.yaml rename to Istio/06-Internal-Authentication/01-target-namespaces/authentication.yaml diff --git a/Istio/06-Internal-Authentication/01-namespaces/deployment.yaml b/Istio/06-Internal-Authentication/01-target-namespaces/deployment.yaml similarity index 100% rename from Istio/06-Internal-Authentication/01-namespaces/deployment.yaml rename to Istio/06-Internal-Authentication/01-target-namespaces/deployment.yaml diff --git a/Istio/06-Internal-Authentication/01-namespaces/deployment_2.yaml b/Istio/06-Internal-Authentication/01-target-namespaces/deployment_2.yaml similarity index 100% rename from Istio/06-Internal-Authentication/01-namespaces/deployment_2.yaml rename to Istio/06-Internal-Authentication/01-target-namespaces/deployment_2.yaml diff --git a/Istio/06-Internal-Authentication/01-namespaces/gateway.yaml b/Istio/06-Internal-Authentication/01-target-namespaces/gateway.yaml similarity index 100% rename from Istio/06-Internal-Authentication/01-namespaces/gateway.yaml rename to Istio/06-Internal-Authentication/01-target-namespaces/gateway.yaml diff --git a/Istio/06-Internal-Authentication/02-target-service-accounts/README.md b/Istio/06-Internal-Authentication/02-target-service-accounts/README.md index 8825737..dcc2fa3 100755 --- a/Istio/06-Internal-Authentication/02-target-service-accounts/README.md +++ b/Istio/06-Internal-Authentication/02-target-service-accounts/README.md @@ -6,7 +6,7 @@ include_toc: true # Continues from [//]: # (- [01-hello_world_1_service_1_deployment](../../01-simple/01-hello_world_1_service_1_deployment)) -- [01-namespaces](../01-namespaces) +- [01-namespaces](../01-target-namespaces) > **Note:**\ > On this example there is minimal changes to the configuration to involve targeting service accounts.