Skip to content

Commit

Permalink
Add secrets for marketo to credentials (canonical#13929)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 authored Jun 6, 2024
1 parent 645d1b6 commit 58d2180
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@ production:
secretKeyRef:
key: api-key
name: trueability

- name: MARKETO_API_CLIENT
secretKeyRef:
key: api_client
name: marketo

- name: MARKETO_API_SECRET
secretKeyRef:
key: api_secret
name: marketo

- paths: [/tutorials]
name: ubuntu-com-tutorials
Expand Down Expand Up @@ -754,6 +764,16 @@ staging:
key: organization
name: credly

- name: MARKETO_API_CLIENT
secretKeyRef:
key: api_client
name: marketo

- name: MARKETO_API_SECRET
secretKeyRef:
key: api_secret
name: marketo

- paths: [/tutorials]
name: ubuntu-com-tutorials
app_name: ubuntu.com-tutorials
Expand Down

0 comments on commit 58d2180

Please sign in to comment.