File tree Expand file tree Collapse file tree 6 files changed +48
-6
lines changed Expand file tree Collapse file tree 6 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 1
1
certs
2
- spicy-secrets /**
2
+ spicy-secrets /**
3
+ ** /charts
Original file line number Diff line number Diff line change 33
33
helm :
34
34
ignoreMissingValueFiles : true
35
35
valueFiles :
36
- - /config/prod.yaml
37
-
36
+ - ' /config/prod.yaml'
37
+ - ' /{{path}}/values-prod.yaml '
38
38
39
39
---
40
40
apiVersion : argoproj.io/v1alpha1
72
72
ignoreMissingValueFiles : true
73
73
valueFiles :
74
74
- ' /config/prod.yaml'
75
- - ' {{path}}/values.yaml'
75
+ - ' / {{path}}/values-prod .yaml'
Original file line number Diff line number Diff line change 34
34
ignoreMissingValueFiles : true
35
35
valueFiles :
36
36
- /config/test.yaml
37
+ - ' /{{path}}/values-test.yaml'
37
38
38
39
39
40
---
71
72
helm :
72
73
ignoreMissingValueFiles : true
73
74
valueFiles :
74
- - ' /config/test.yaml'
75
- - ' {{path}}/values.yaml'
75
+ - /config/test.yaml
76
+ - ' / {{path}}/values-test .yaml'
Original file line number Diff line number Diff line change
1
+ apiVersion : secrets.infisical.com/v1alpha1
2
+ kind : InfisicalSecret
3
+ metadata :
4
+ name : dex-github
5
+ namespace : faf-ops
6
+ spec :
7
+ authentication :
8
+ serviceToken :
9
+ serviceTokenSecretReference :
10
+ secretName : infisical-service-token
11
+ secretNamespace : faf-ops
12
+ secretsScope :
13
+ envSlug : {{.Values.infisicalSlug}}
14
+ secretsPath : " /argocd"
15
+ managedSecretReference :
16
+ secretName : argocd
17
+ secretNamespace : dex-github
Original file line number Diff line number Diff line change
1
+ argo-cd :
2
+ dex.config : |
3
+ connectors:
4
+ - type: gitlab
5
+ # Required field for connector id.
6
+ id: github
7
+ # Required field for connector name.
8
+ name: GitHub
9
+ config:
10
+ clientID: 838e6d390d5cf6932ca5
11
+ clientSecret: $dex-github:GITHUB_CLIENT_SECRET
12
+ orgs:
13
+ - name: FAForever
14
+ # A white list of teams. Only include group claims for these teams.
15
+ teams:
16
+ - argocd-test
17
+ # Flag which indicates that all user groups and teams should be loaded.
18
+ loadAllGroups: false
19
+ useLoginAsID: false
Original file line number Diff line number Diff line change
1
+ argo-cd :
2
+ global :
3
+ deploymentAnnotations :
4
+ reloader.stakater.com/auto : " true"
You can’t perform that action at this time.
0 commit comments