Skip to content

Commit

Permalink
Adding bootstrap vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-ivanou committed Apr 17, 2023
1 parent cdf7e1c commit b54ac97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion security/envs/dev/templates/team-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: team-scan
namespace: argocd
labels:
{{- toYaml .Values.labels | nindent 4 }}
finalizers:
Expand All @@ -16,6 +15,11 @@ spec:
path: teams/team-scan/dev
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}
helm:
values: |
spec:
repositoryUri: {{ index .Values.spec "repositoryUri" }}
region: {{ index .Values.spec "region" }}
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit b54ac97

Please sign in to comment.