Skip to content

Commit f14da7c

Browse files
committed
Update my application src repo
Signed-off-by: Keith Pine <[email protected]>
1 parent c9926bf commit f14da7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app-of-apps/root-app/my-application.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ spec:
1313

1414
# Source of the application manifests
1515
source:
16-
repoURL: https://github.com/codefresh-contrib/gitops-cert-level-2-examples.git
16+
repoURL: https://github.com/keithpine/gitops-cert-level-2-examples.git
1717
targetRevision: HEAD
1818
path: ./app-of-apps/my-app-list
19-
19+
2020
# directory
2121
directory:
2222
recurse: false
@@ -31,4 +31,3 @@ spec:
3131
prune: true # Specifies if resources should be pruned during auto-syncing ( false by default ).
3232
selfHeal: true # Specifies if partial app sync should be executed when resources are changed only in target Kubernetes cluster and no git change detected ( false by default ).
3333
allowEmpty: false # Allows deleting all application resources during automatic syncing ( false by default ).
34-

0 commit comments

Comments
 (0)