Ben Parafina (grimaldi)
04/27/2023, 5:17 PMenvironmentSecrets:
- name: ATLANTIS_GH_APP_KEY
secretKeyRef:
name: atlantis-github-config
key: ATLANTIS_GH_APP_KEY
- name: ATLANTIS_GH_TOKEN
secretKeyRef:
name: atlantis-github-config
key: ATLANTIS_GH_TOKEN
- name: ATLANTIS_GH_WEBHOOK_SECRET
secretKeyRef:
name: atlantis-github-config
key: ATLANTIS_GH_WEBHOOK_SECRET
from the atlantis helm chartSeth Floyd
04/27/2023, 5:40 PMgithub:
user: my-user
token: ghp_123123123123
secret: 1234567890987654321234567890987654321
Ben Parafina (grimaldi)
04/27/2023, 5:43 PMenvironmentRaw:
"fake"
if it’s an appSeth Floyd
04/27/2023, 5:56 PM# To reference an already existing Secret object with AWS credentials
# awsSecretName: 'mysecretwithawscreds'
Ben Parafina (grimaldi)
04/27/2023, 5:59 PMSeth Floyd
04/27/2023, 6:03 PMBen Parafina (grimaldi)
04/27/2023, 6:04 PMSeth Floyd
04/27/2023, 6:05 PMghe_webhook_secret
(whatever you call that) I notice one of the ones in your example is ghe_app_key
Is that just something you made up a name for or is that like from some official list of whatever those are called? I need to make one for the UI password also. Can I use that app_key or is there something more specific to use for the UI password?
# Optionally specify an username and a password for basic authentication
#basicAuth:
# username: ""
# password: ""
Ben Parafina (grimaldi)
04/27/2023, 6:35 PM