@@ -2232,15 +2232,15 @@ subjects:
22322232 namespace : argocd
22332233---
22342234# ## START USER CONFIG
2235- apiVersion : v1
2236- kind : Secret
2237- metadata :
2238- labels :
2239- app.kubernetes.io/name : github-credentials
2240- app.kubernetes.io.part-of : argocd
2241- name : github-credentials
2242- data :
2243- sshPrivateKey : " {{ lookup('aws_ssm', '/argocd/github-ssh-private-key') | b64encode }}"
2235+ # # apiVersion: v1
2236+ # # kind: Secret
2237+ # # metadata:
2238+ # # labels:
2239+ # # app.kubernetes.io/name: github-credentials
2240+ # # app.kubernetes.io.part-of: argocd
2241+ # name: github-credentials
2242+ # data:
2243+ # sshPrivateKey: "{{ lookup('aws_ssm', '/argocd/github-ssh-private-key') | b64encode }}"
22442244---
22452245apiVersion : v1
22462246kind : ConfigMap
@@ -2254,36 +2254,36 @@ data:
22542254 statusbadge.enabled : ' true'
22552255 users.anonymous.enabled : ' false'
22562256 ga.trackingid : ' '
2257- dex.config : |
2258- connectors:
2259- - type: github
2260- id: github
2261- name: GitHub
2262- config:
2263- clientID: $dex.github.clientId
2264- clientSecret: $dex.github.clientSecret
2265- teamNameField: slug
2266- orgs:
2267- - name: SolarPerformanceInsight
2268- teams:
2269- - deploy
2270- repository.credentials : |
2271- - url: [email protected] :solarperformanceinsight 2272- sshPrivateKeySecret:
2273- name: github-credentials
2274- key: sshPrivateKey
2275- ---
2276- apiVersion : v1
2277- kind : ConfigMap
2278- metadata :
2279- labels :
2280- app.kubernetes.io/name : argocd-rbac-cm
2281- app.kubernetes.io/part-of : argocd
2282- name : argocd-rbac-cm
2283- data :
2284- policy.default : role:readonly
2285- policy.csv : |
2286- g, SolarPerformanceInsight:deploy, role:admin
2257+ # dex.config: |
2258+ # connectors:
2259+ # - type: github
2260+ # id: github
2261+ # name: GitHub
2262+ # config:
2263+ # clientID: $dex.github.clientId
2264+ # clientSecret: $dex.github.clientSecret
2265+ # teamNameField: slug
2266+ # orgs:
2267+ # - name: SolarPerformanceInsight
2268+ # teams:
2269+ # - deploy
2270+ # repository.credentials: |
2271+ # - url: [email protected] :solarperformanceinsight2272+ # sshPrivateKeySecret:
2273+ # name: github-credentials
2274+ # key: sshPrivateKey
2275+ # ---
2276+ # apiVersion: v1
2277+ # kind: ConfigMap
2278+ # metadata:
2279+ # labels:
2280+ # app.kubernetes.io/name: argocd-rbac-cm
2281+ # app.kubernetes.io/part-of: argocd
2282+ # name: argocd-rbac-cm
2283+ # data:
2284+ # policy.default: role:readonly
2285+ # policy.csv: |
2286+ # g, SolarPerformanceInsight:deploy, role:admin
22872287---
22882288apiVersion : v1
22892289kind : Secret
@@ -2296,9 +2296,9 @@ type: Opaque
22962296data :
22972297 admin.password : " {{ lookup('aws_ssm', '/argocd/admin_pw_bcrypt') | b64encode }}"
22982298 admin.passwordMtime : " {{ ansible_date_time.epoch | b64encode }}"
2299- webhook.github.secret : " {{ lookup('aws_ssm', '/argocd/github_webhook_secret') | b64encode }}"
2300- dex.github.clientId : " {{ lookup('aws_ssm', '/argocd/github_clientid') | b64encode }}"
2301- dex.github.clientSecret : " {{ lookup('aws_ssm', '/argocd/github_clientsecret') | b64encode }}"
2299+ # webhook.github.secret: "{{ lookup('aws_ssm', '/argocd/github_webhook_secret') | b64encode }}"
2300+ # dex.github.clientId: "{{ lookup('aws_ssm', '/argocd/github_clientid') | b64encode }}"
2301+ # dex.github.clientSecret: "{{ lookup('aws_ssm', '/argocd/github_clientsecret') | b64encode }}"
23022302# ## END USER CONFIG
23032303---
23042304apiVersion : v1
0 commit comments