Skip to content

Commit

Permalink
Add sync wave
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Dec 13, 2023
1 parent a179330 commit 0a856bc
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 87 deletions.
Binary file added day2-application-0.0.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion day2-application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.4
version: 0.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 3 additions & 1 deletion day2-application/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: day2-{{ .Release.Name }}
name: day2-{{ .Release.Name }}
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
destination:
server: https://kubernetes.default.svc
Expand Down
Loading

0 comments on commit 0a856bc

Please sign in to comment.