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 11certs
2- spicy-secrets /**
2+ spicy-secrets /**
3+ ** /charts
Original file line number Diff line number Diff line change 3333 helm :
3434 ignoreMissingValueFiles : true
3535 valueFiles :
36- - /config/prod.yaml
37-
36+ - ' /config/prod.yaml'
37+ - ' /{{path}}/values-prod.yaml '
3838
3939---
4040apiVersion : argoproj.io/v1alpha1
7272 ignoreMissingValueFiles : true
7373 valueFiles :
7474 - ' /config/prod.yaml'
75- - ' {{path}}/values.yaml'
75+ - ' / {{path}}/values-prod .yaml'
Original file line number Diff line number Diff line change 3434 ignoreMissingValueFiles : true
3535 valueFiles :
3636 - /config/test.yaml
37+ - ' /{{path}}/values-test.yaml'
3738
3839
3940---
7172 helm :
7273 ignoreMissingValueFiles : true
7374 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+ argocd :
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+ argocd :
2+ global :
3+ podAnnotations :
4+ reloader.stakater.com/auto : " true"
You can’t perform that action at this time.
0 commit comments