File tree Expand file tree Collapse file tree 6 files changed +49
-6
lines changed Expand file tree Collapse file tree 6 files changed +49
-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 : dex-github
17
+ secretNamespace : argocd
Original file line number Diff line number Diff line change
1
+ argo-cd :
2
+ config.cm :
3
+ dex.config : |
4
+ connectors:
5
+ - type: gitlab
6
+ # Required field for connector id.
7
+ id: github
8
+ # Required field for connector name.
9
+ name: GitHub
10
+ config:
11
+ clientID: 838e6d390d5cf6932ca5
12
+ clientSecret: $dex-github:GITHUB_CLIENT_SECRET
13
+ orgs:
14
+ - name: FAForever
15
+ # A white list of teams. Only include group claims for these teams.
16
+ teams:
17
+ - argocd-test
18
+ # Flag which indicates that all user groups and teams should be loaded.
19
+ loadAllGroups: false
20
+ 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