Skip to content

Commit

Permalink
add info metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 15, 2024
1 parent eede4d5 commit 6b22324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .argocd/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ metadata:
namespace: {{ $currentScope.Release.Namespace }}
finalizers:
- resources-finalizer.argocd.argoproj.io
info: dynamically generated by {{ $currentScope.Chart.Name }}
spec:
project: {{ $currentScope.Values.project }}
destination:
Expand Down
7 changes: 5 additions & 2 deletions .argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
# parameters that pass in files from the config folder in each service.

project: ""
service: ""
destination:
name: ""
namespace: ""
source:
repoURL: ""
targetRevision: ""

services: {}
# enabled: true
# removed: false
# repoURL: ""
# targetRevision: ""

0 comments on commit 6b22324

Please sign in to comment.