Skip to content

Commit

Permalink
Fix camelCase and and more sync states
Browse files Browse the repository at this point in the history
Remove sync-wave annotation for resources in "Sync" state
Update README with latest changes
  • Loading branch information
metacoma committed Apr 24, 2024
1 parent 8b2572d commit 026cd18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argo-cd-order/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import argoproj.v1alpha1 as argoproj
testApp = ArgoCdOrder.make({
preSync = [
PreSync = [
k8core.Namespace {
metadata.name = "test-namespace"
}
Expand All @@ -36,7 +36,7 @@ testApp = ArgoCdOrder.make({
}
}
] + yaml.decode_all(file.read("./knative-operator.yaml"))
sync = [
Sync = [
argoproj.Application {
metadata = {
name = "testApp"
Expand Down Expand Up @@ -70,7 +70,7 @@ testApp = ArgoCdOrder.make({
}
]
postSync = []
PostSync = []
})
Expand Down

0 comments on commit 026cd18

Please sign in to comment.