From 98133bb435e970ff4435b27df63e2fac6e3a438f Mon Sep 17 00:00:00 2001
From: Stefan Prodan <stefan.prodan@gmail.com>
Date: Thu, 7 Oct 2021 15:13:05 +0300
Subject: [PATCH] Update kustomize-controller to v0.15.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
---
 .github/workflows/bootstrap.yaml |  2 +-
 .github/workflows/e2e.yaml       |  2 +-
 tests/azure/README.md            | 16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml
index b3599a98e1..2d4a4f5872 100644
--- a/.github/workflows/bootstrap.yaml
+++ b/.github/workflows/bootstrap.yaml
@@ -4,7 +4,7 @@ on:
   push:
     branches: [ main ]
   pull_request:
-    branches: [ main, ssa ]
+    branches: [ main ]
 
 jobs:
   github:
diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 52d29fd8c5..482747542c 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -4,7 +4,7 @@ on:
   push:
     branches: [ main ]
   pull_request:
-    branches: [ main, ssa ]
+    branches: [ main ]
 
 jobs:
   kind:
diff --git a/tests/azure/README.md b/tests/azure/README.md
index ccc3496dee..80f99382dd 100644
--- a/tests/azure/README.md
+++ b/tests/azure/README.md
@@ -30,14 +30,14 @@ Terraform instead of requiring it to be implemented in the test.
 
 The following tests are currently implemented:
 
-[x] Flux can be successfully installed on AKS using the CLI e.g.:
-[x] source-controller can clone Azure DevOps repositories (https+ssh)
-[x] image-reflector-controller can list tags from Azure Container Registry image repositories
-[x] kustomize-controller can decrypt secrets using SOPS and Azure Key Vault
-[x] image-automation-controller can create branches and push to Azure DevOps repositories (https+ssh)
-[x] notification-controller can send commit status to Azure DevOps
-[x] notification-controller can forward events to Azure Event Hub
-[x] source-controller can pull charts from Azure Container Registry Helm repositories
+- [x] Flux can be successfully installed on AKS using the CLI e.g.:
+- [x] source-controller can clone Azure DevOps repositories (https+ssh)
+- [x] image-reflector-controller can list tags from Azure Container Registry image repositories
+- [x] kustomize-controller can decrypt secrets using SOPS and Azure Key Vault
+- [x] image-automation-controller can create branches and push to Azure DevOps repositories (https+ssh)
+- [x] notification-controller can send commit status to Azure DevOps
+- [x] notification-controller can forward events to Azure Event Hub
+- [x] source-controller can pull charts from Azure Container Registry Helm repositories
 
 ## Give User Access