Skip to content

Commit 35b50b4

Browse files
Moved source code to its own folder
1 parent 2509088 commit 35b50b4

File tree

8 files changed

+7
-59
lines changed

8 files changed

+7
-59
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# gitops-certification-examples
1+
# Codefresh GitOps Certification examples
2+
3+
This repository contains examples for the ArgoCD/GitOps
4+
certification workshops.
5+
6+
Take the certification yourself at https://codefresh.io/courses/get-gitops-certified/

kustomize-app/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

kustomize-app/prod-codefresh.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

kustomize-app/staging-codefresh.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

kustomize-app/app/src/main/java/com/example/springboot/HelloController.java renamed to source-code-kustomize/src/main/java/com/example/springboot/HelloController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class HelloController {
1010

1111
@RequestMapping("/")
1212
public String index() {
13-
return my_sql_db;
13+
return "Mysql is at " +my_sql_db;
1414
}
1515

1616
}

0 commit comments

Comments
 (0)