Skip to content

Commit 2625127

Browse files
committed
Updated aks/create-kube-config/README.md workflow
1 parent 3e9d804 commit 2625127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKFLOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
| | Deploy Tomcat | [![aks/tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_tomcat_README_md.yml) | 0 18 * * 4 |
9393
| | Deploy a Spring Boot application | [![aks/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_springboot_README_md.yml) | 0 19 * * 4 |
9494
| | Deploy a GraalVM application | [![aks/graalvm/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_graalvm_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_graalvm_README_md.yml) | 0 20 * * 4 |
95-
| | Create a Kubeconfig using admin access | [![aks/create-kube-config/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create-kube-config_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create-kube-config_README_md.yml) | 0 21 * * 4 |
9695
-->
9796

9897
| Example | Workflow Status | Workflow Schedule | Update schedule |
@@ -122,6 +121,7 @@
122121
| [Add a route](afd/add-route/README.md) | [![afd/add-route/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_add-route_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_add-route_README_md.yml) | 0 4 * * 1 | Week 5 |
123122
| Azure Kubernetes Service examples
124123
| [Create a Kubernetes cluster](aks/create/README.md)| [![aks/create/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create_README_md.yml) | 0 0 * * 2 | Week 1 |
124+
| [Create a Kubeconfig using admin access](aks/create-kube-config/README.md) | [![aks/create-kube-config/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create-kube-config_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create-kube-config_README_md.yml) | 0 1 * * 2 | Week 2 |
125125
| Azure Container Apps examples
126126
| [Deploy a Spring Boot application](containerapp/springboot/README.md) | [![containerapp/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_springboot_README_md.yml) | 0 1 * * 1 |
127127
| Azure Functions examples

aks/create-kube-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ limit access to your Kubernetes cluster based on roles.
1010

1111
## Prerequisites
1212

13-
<!-- workflow.cron(0 21 * * 4) -->
13+
<!-- workflow.cron(0 1 * * 2) -->
1414
<!-- workflow.include(../create/README.md) -->
1515

1616
This example assumes you have previously completed the following examples:

0 commit comments

Comments
 (0)