-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add kustomize helm apps plugin
- Loading branch information
1 parent
8f80f15
commit ca6f8c4
Showing
6 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ apps: | |
path: dev/argocd/apps | ||
repoUrl: [email protected]:saritasa-nest/nmbl-kubernetes-aws.git | ||
targetRevision: feature/sync-boilerplate | ||
kustomizeHelmChart: true | ||
argocd: | ||
notifications: | ||
annotations: | ||
|
@@ -65,6 +66,8 @@ apps: | |
pipeline: buildpack-django-build-pipeline | ||
applicationURL: https://api.proxylegalstaging.com | ||
argocd: | ||
source: | ||
kustomizeHelmChart: true | ||
syncWave: 210 | ||
notifications: | ||
annotations: | ||
|
@@ -118,6 +121,7 @@ apps: | |
# ignoreDeploymentReplicasDiff: true | ||
source: | ||
targetRevision: 15.2.4 | ||
# kustomizeHelmChart: true | ||
notifications: | ||
annotations: | ||
notifications.argoproj.io/subscribe.on-sync-status-unknown.slack: project-nmbl; project-nmbl-alarms | ||
|